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
fixed informer bug and related IT as part of this commit
Co-authored-by: Chris Laprun <[email protected]>
Co-authored-by: Attila Mészáros <[email protected]>
Co-authored-by: Adam Sándor <[email protected]>
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/internal/ControllerResourceEventSource.java
+2
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,8 @@ public Optional<T> getCustomResource(ResourceID resourceID) {
178
178
179
179
180
180
181
+
182
+
181
183
/**
182
184
* @return shared informers by namespace. If custom resource is not namespace scoped use
0 commit comments