Skip to content

Commit b28f9df

Browse files
author
attila.meszaros
committed
- docs code improvement
1 parent e1dd5d2 commit b28f9df

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
String finalizerName() default DEFAULT_FINALIZER;
2121

2222
/**
23-
* If true, will process new event only if generation increased since the last processing, otherwise will
23+
* If true, will dispatch new event to the controller if generation increased since the last processing, otherwise will
2424
* process all events.
2525
* See generation meta attribute
2626
* <a href="https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#status-subresource">here</a>

0 commit comments

Comments
 (0)