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/processing/event/source/controller/ControllerEventSource.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,7 @@ public synchronized void start() {
81
81
}
82
82
}
83
83
84
+
@Override
84
85
publicsynchronizedvoidhandleEvent(
85
86
ResourceActionaction,
86
87
Tresource,
@@ -137,8 +138,8 @@ private boolean isAcceptedByFilters(ResourceAction action, T resource, T oldReso
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/TemporaryResourceCache.java
0 commit comments