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)},
73
72
* passing it the controller's original configuration.
74
73
*
75
-
* @param controller the controller to register
74
+
* @param controller the controller to register
76
75
* @param configuration the configuration with which we want to register the controller, if {@code
77
-
* null}, the controller's original configuration is used
78
-
* @param <R> the {@code CustomResource} type associated with the controller
76
+
* null}, the controller's original configuration is used
77
+
* @param <R> the {@code CustomResource} type associated with the controller
79
78
* @throws OperatorException if a problem occurred during the registration process
80
79
*/
81
80
public <RextendsCustomResource> voidregister(
@@ -95,7 +94,15 @@ public <R extends CustomResource> void register(
0 commit comments