File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
operator-framework/src/main/java/com/github/containersolutions/operator/api Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 20
20
String finalizerName () default DEFAULT_FINALIZER ;
21
21
22
22
/**
23
- * If true, will schedule new event only if generation increased since the last processing, otherwise will
23
+ * If true, will process new event only if generation increased since the last processing, otherwise will
24
24
* process all events.
25
- * See: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#status-subresource
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>
26
27
*/
27
28
boolean generationAwareEventProcessing () default true ;
28
29
}
You can’t perform that action at this time.
0 commit comments