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 2020 String finalizerName () default DEFAULT_FINALIZER ;
2121
2222 /**
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
2424 * 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>
2627 */
2728 boolean generationAwareEventProcessing () default true ;
2829}
You can’t perform that action at this time.
0 commit comments