- KubernetesInformer - Annotation Type in io.kubernetes.client.spring.extended.controller.annotation
-
The interface Kubernetes informer specifies the arguments for injecting an informer into the
informer-factory.
- KubernetesInformerFactoryProcessor - Class in io.kubernetes.client.spring.extended.controller
-
The type Kubernetes informer factory processor which basically does the following things:
- KubernetesInformerFactoryProcessor() - Constructor for class io.kubernetes.client.spring.extended.controller.KubernetesInformerFactoryProcessor
-
- KubernetesInformers - Annotation Type in io.kubernetes.client.spring.extended.controller.annotation
-
This annotation can be applied to a bean method which returns a SharedInformerFactory bean
instance.
- KubernetesReconciler - Annotation Type in io.kubernetes.client.spring.extended.controller.annotation
-
The declaring class is a kubernetes reconciler which implements Reconciler
.
- KubernetesReconcilerProcessor - Class in io.kubernetes.client.spring.extended.controller
-
- KubernetesReconcilerProcessor() - Constructor for class io.kubernetes.client.spring.extended.controller.KubernetesReconcilerProcessor
-
- KubernetesReconcilerReadyFunc - Annotation Type in io.kubernetes.client.spring.extended.controller.annotation
-
The ready func for Kubernetes reconciler.
- KubernetesReconcilerWatch - Annotation Type in io.kubernetes.client.spring.extended.controller.annotation
-
The interface Kubernetes reconciler watch.
- KubernetesReconcilerWatch.DefaultReflectiveKeyFunc - Class in io.kubernetes.client.spring.extended.controller.annotation
-
The type Default reflective key func which adapts default implementation.
- KubernetesReconcilerWatches - Annotation Type in io.kubernetes.client.spring.extended.controller.annotation
-
Indicates details on setting up resource watches for reconciler.