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/config/BaseConfigurationService.java
Copy file name to clipboardexpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ControllerConfigurationOverrider.java
+17-1
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ public class ControllerConfigurationOverrider<R extends HasMetadata> {
Copy file name to clipboardexpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/DefaultResourceConfiguration.java
+8-1
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,12 @@ public class DefaultResourceConfiguration<R extends HasMetadata>
Copy file name to clipboardexpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ResolvedControllerConfiguration.java
+7-6
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ public ResolvedControllerConfiguration(Class<P> resourceClass, ControllerConfigu
Copy file name to clipboardexpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/informer/InformerConfiguration.java
Copy file name to clipboardexpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/source/informer/InformerManager.java
Copy file name to clipboardexpand all lines: operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/source/ResourceEventFilterTest.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ public ControllerConfig(String finalizer, boolean generationAware,
Copy file name to clipboardexpand all lines: operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/source/controller/ControllerResourceEventSourceTest.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,8 @@ public TestConfiguration(boolean generationAware, OnAddFilter<TestCustomResource
0 commit comments