We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc672b commit ef84ffbCopy full SHA for ef84ffb
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/Operator.java
@@ -62,7 +62,7 @@ public <R extends CustomResource> void register(ResourceController<R> controller
62
*
63
* @param controller the controller to register
64
* @param configuration the configuration with which we want to register the controller, if {@code
65
- * null}, the controller's orginal configuration is used
+ * null}, the controller's original configuration is used
66
* @param <R> the {@code CustomResource} type associated with the controller
67
* @throws OperatorException if a problem occurred during the registration process
68
*/
0 commit comments