You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/ControllerConfiguration.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,10 @@
51
51
52
52
53
53
/**
54
-
* Optional list of classes providing custom {@link ResourceEventFilter}.
54
+
* <p>
55
+
* Resource event filters only applies on events of the main custom resource. Not on events from
0 commit comments