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/ConfigurationServiceOverrider.java
+16
Original file line number
Diff line number
Diff line change
@@ -176,6 +176,22 @@ public ConfigurationServiceOverrider withPreviousAnnotationForDependentResources
176
176
returnthis;
177
177
}
178
178
179
+
/**
180
+
* @param value true if internal algorithms can use metadata.resourceVersion as a numeric value.
0 commit comments