Deprecated API
Contents
-
Interfaces Interface Description io.javaoperatorsdk.operator.api.config.RetryConfiguration specify your ownRetry
implementation or useGradualRetry
annotation insteadio.javaoperatorsdk.operator.api.reconciler.dependent.EventSourceProvider now event source related methods are directly onDependentResource
io.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(KubernetesClient, Consumer<ConfigurationServiceOverrider>) UseOperator(Consumer)
instead, passing your custom client withConfigurationServiceOverrider.withKubernetesClient(KubernetesClient)
io.javaoperatorsdk.operator.processing.event.source.polling.PerResourcePollingEventSource(PerResourcePollingEventSource.ResourceFetcher<R, P>, Cache<P>, long, Class<R>) use the variant which usesEventSourceContext
instead ofCache
andDuration
for period parameter as it provides a more intuitive API.
-
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.