func(cfg *rest.Config, mgr ctrl.Manager) error
| 24 | |
| 25 | type ( |
| 26 | SetupFunc func(cfg *rest.Config, mgr ctrl.Manager) error |
| 27 | AddToSchemeFunc func(scheme *runtime.Scheme) error |
| 28 | ManagerOption func(opts *ctrl.Options) |
| 29 | ) |
nothing calls this directly
no outgoing calls
no test coverage detected