| Class | Description |
|---|---|
| KubernetesReconcilerWatch.DefaultReflectiveKeyFunc |
The type Default reflective key func which adapts default implementation.
|
| Annotation Type | Description |
|---|---|
| AddWatchEventFilter |
Indicates that the method is a filter for
EventType.ADDED
from watches. |
| DeleteWatchEventFilter |
Indicates that the method is a filter for
EventType.DELETED
from watches. |
| GroupVersionResource |
The standard Kubernetes group-version-resource.
|
| KubernetesInformer |
The interface Kubernetes informer specifies the arguments for injecting an informer into the
informer-factory.
|
| KubernetesInformers |
This annotation can be applied to a bean method which returns a SharedInformerFactory bean
instance.
|
| KubernetesReconciler |
The declaring class is a kubernetes reconciler which implements
Reconciler. |
| KubernetesReconcilerReadyFunc |
The ready func for Kubernetes reconciler.
|
| KubernetesReconcilerWatch |
The interface Kubernetes reconciler watch.
|
| KubernetesReconcilerWatches |
Indicates details on setting up resource watches for reconciler.
|
| UpdateWatchEventFilter |
Indicates that the method is a filter for
EventType.MODIFIED from watches. |
Copyright © 2021. All rights reserved.