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/AbstractUpdateControl.java
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,12 @@ public abstract class AbstractUpdateControl<T extends BaseControl<T>> extends Ba
19
19
20
20
privatebooleanfilterPatchEvent = true;
21
21
22
+
/**
23
+
* The event from resource primary updates are filtered by default, thus does not trigger the
24
+
* reconciliation. Setting this to false will turn the filtering off.
0 commit comments