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
feat: make AbstractControllerConfiguration directly usable
Obviously, it should be renamed to something else since it's not
abstract anymore but doing so would break backwards compatibility so
best left for some later time.
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/AbstractControllerConfiguration.java
Copy file name to clipboardExpand all lines: operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ControllerConfigurationOverrider.java
+3-11
Original file line number
Diff line number
Diff line change
@@ -74,17 +74,9 @@ public ControllerConfiguration<R> build() {
Copy file name to clipboardExpand all lines: operator-framework-core/src/test/java/io/javaoperatorsdk/operator/processing/event/internal/CustomResourceEventSourceTest.java
+5-5
Original file line number
Diff line number
Diff line change
@@ -115,12 +115,12 @@ public MixedOperation<TestCustomResource, KubernetesResourceList<TestCustomResou
0 commit comments