Package io.micronaut.kubernetes.client.operator
package io.micronaut.kubernetes.client.operator
-
ClassDescriptionThe operator controller configuration.Factory for the
ControllerConfiguration
.ImplementsControllerConfiguration
.Operator configuration builder.Bean creates the controllers based on theControllerConfiguration
and registers them as singletons into the bean context.Operator annotation simplifies initialisation of the controllers.OperatorResourceLister<ApiType extends io.kubernetes.client.common.KubernetesObject>Operator lister simplifies retrieval of the resources from within theSharedIndexInformer
'sCache
.ResourceReconciler<ApiType extends io.kubernetes.client.common.KubernetesObject>The ResourceReconciler defines an interface for reconciling the resource.ResourceReconcilerCreatedListener<ApiType extends io.kubernetes.client.common.KubernetesObject>