We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4328a4e commit ba30d9bCopy full SHA for ba30d9b
operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/config/ConfigurationService.java
@@ -44,6 +44,8 @@
44
import io.javaoperatorsdk.operator.processing.dependent.workflow.ManagedWorkflowFactory;
45
import io.javaoperatorsdk.operator.processing.event.source.controller.ControllerEventSource;
46
47
+import static io.javaoperatorsdk.operator.api.reconciler.Constants.DEFAULT_COMPARABLE_RESOURCE_VERSIONS;
48
+
49
/** An interface from which to retrieve configuration information. */
50
public interface ConfigurationService {
51
0 commit comments