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 e1dd5d2 commit b28f9dfCopy full SHA for b28f9df
operator-framework/src/main/java/com/github/containersolutions/operator/api/Controller.java
@@ -20,7 +20,7 @@
20
String finalizerName() default DEFAULT_FINALIZER;
21
22
/**
23
- * If true, will process new event only if generation increased since the last processing, otherwise will
+ * If true, will dispatch new event to the controller if generation increased since the last processing, otherwise will
24
* process all events.
25
* See generation meta attribute
26
* <a href="https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#status-subresource">here</a>
0 commit comments