PreStartHook hook that should be run before controller start working
| 37 | |
| 38 | // PreStartHook hook that should be run before controller start working |
| 39 | type PreStartHook interface { |
| 40 | Run(ctx context.Context) error |
| 41 | } |
| 42 | |
| 43 | // SystemCRDValidationHook checks if the crd in the system are valid to run the current controller |
| 44 | type SystemCRDValidationHook struct { |
no outgoing calls
no test coverage detected