File tree 1 file changed +4
-4
lines changed
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/dependent
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
String [] dependsOn () default {};
60
60
61
61
/**
62
- * Setting this to false means that the event source provided by the dependent resource won't be
63
- * used. This is helpful if more dependent resources created for the same type, and want to share
64
- * a common event source. In that case an event source needs to be explicitly registered .
62
+ * Setting here a name of the event source means that dependent resource will use an event source
63
+ * registered with that name. So won't create one. This is helpful if more dependent resources
64
+ * created for the same type, and want to share a common event source .
65
65
*
66
- * @return if the event source (if any) provided by the dependent resource should be used or not .
66
+ * @return event source name (if any) provided by the dependent resource should be used.
67
67
*/
68
68
String eventSource () default NO_VALUE_SET ;
69
69
}
You can’t perform that action at this time.
0 commit comments