You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* the specified one (usually created via {@link io.javaoperatorsdk.operator.api.config.ControllerConfigurationOverrider#override(ControllerConfiguration)},
61
60
* passing it the controller's original configuration.
62
61
*
63
-
* @param controller the controller to register
62
+
* @param controller the controller to register
64
63
* @param configuration the configuration with which we want to register the controller, if {@code
65
-
* null}, the controller's orginal configuration is used
66
-
* @param <R> the {@code CustomResource} type associated with the controller
64
+
* null}, the controller's orginal configuration is used
65
+
* @param <R> the {@code CustomResource} type associated with the controller
67
66
* @throws OperatorException if a problem occurred during the registration process
68
67
*/
69
68
public <RextendsCustomResource> voidregister(
@@ -83,7 +82,7 @@ public <R extends CustomResource> void register(
0 commit comments