Skip to content

Commit bd6de40

Browse files
committed
improve javadoc
1 parent 3f25e2f commit bd6de40

File tree

1 file changed

+3
-2
lines changed
  • operator-framework/src/main/java/com/github/containersolutions/operator/api

1 file changed

+3
-2
lines changed

operator-framework/src/main/java/com/github/containersolutions/operator/api/Controller.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@
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
}

0 commit comments

Comments
 (0)