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
now contains all the utility methods used for event sources naming that were previously defined in
19
19
the `EventSourceInitializer` interface.
20
+
3. Patching status through `UpdateControl` like the `patchStatus` method now by default
21
+
uses Server Side Apply instead of simple patch. To use the former approach, use the feature flag
22
+
in [`ConfigurationService`](https://github.com/operator-framework/java-operator-sdk/blob/main/operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationService.java#L400-L400)
0 commit comments