Deprecated API
Contents
-
For Removal Element Description io.javaoperatorsdk.operator.api.config.ControllerConfiguration.getRetryConfiguration() provide your ownRetryimplementation or use theGradualRetryannotation insteadio.javaoperatorsdk.operator.api.config.ControllerConfigurationOverrider.withRetry(RetryConfiguration) io.javaoperatorsdk.operator.api.config.RetryConfiguration specify your ownRetryimplementation or useGradualRetryannotation insteadio.javaoperatorsdk.operator.api.reconciler.ControllerConfiguration.eventFilters() Use onAddFilter, onUpdateFilter instead.Resource event filters only applies on events of the main custom resource. Not on events from other event sources nor the periodic events.
io.javaoperatorsdk.operator.processing.event.source.controller.ResourceEventFilter io.javaoperatorsdk.operator.processing.retry.GenericRetry.fromConfiguration(RetryConfiguration) Use theGradualRetryannotation instead
-
Interfaces Interface Description io.javaoperatorsdk.operator.api.config.RetryConfiguration specify your ownRetryimplementation or useGradualRetryannotation insteadio.javaoperatorsdk.operator.processing.event.source.controller.ResourceEventFilter
-
Classes Class Description io.javaoperatorsdk.operator.processing.event.source.controller.ResourceEventFilters
-
Constructors Constructor Description io.javaoperatorsdk.operator.Operator(ConfigurationService) UseOperator(Consumer)instead
-
Annotation Type Elements Annotation Type Element Description io.javaoperatorsdk.operator.api.reconciler.ControllerConfiguration.eventFilters() Use onAddFilter, onUpdateFilter instead.Resource event filters only applies on events of the main custom resource. Not on events from other event sources nor the periodic events.