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/DefaultEventSourceManager.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -160,8 +160,8 @@ public void cleanup(String customResourceUid) {
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/EventSourceManager.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ public interface EventSourceManager extends Closeable {
13
13
* @param name the name of the {@link EventSource} to add
14
14
* @param eventSource the {@link EventSource} to register
15
15
* @throws IllegalStateException if an {@link EventSource} with the same name is already
16
-
* registered.
16
+
* registered.
17
17
* @throws OperatorException if an error occurred during the registration process
Copy file name to clipboardExpand all lines: operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/CustomResourceSelectorTest.java
Copy file name to clipboardExpand all lines: operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/internal/CustomResourceEventSourceTest.java
Copy file name to clipboardExpand all lines: operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/internal/TimerEventSourceTest.java
+1-2
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,7 @@
19
19
importorg.junit.jupiter.api.Test;
20
20
importorg.mockito.ArgumentCaptor;
21
21
22
-
@Disabled(
23
-
"Currently very flaky, will fix in https://github.com/java-operator-sdk/java-operator-sdk/issues/293")
22
+
@Disabled("Currently very flaky, will fix in https://github.com/java-operator-sdk/java-operator-sdk/issues/293")
0 commit comments