Interface | Description |
---|---|
InformerConfiguration |
The informer configuration.
|
SharedIndexInformerFactory |
Informer factory interface.
|
Class | Description |
---|---|
DefaultSharedIndexInformerFactory |
Default implementation of the
SharedIndexInformerFactory . |
EmptyLabelSupplier |
Default label supplier for the
Informer.labelSelectorSupplier() that returns empty string. |
EmptyNamespacesSupplier |
Default namespaces supplier for the
Informer.namespacesSupplier() ()} that returns empty array. |
InformerFactoryLifecycleListener |
Starts up and shuts down the
SharedIndexInformerFactory . |
ResourceEventHandlerConstructorInterceptor<ApiType extends io.kubernetes.client.common.KubernetesObject> |
Annotation Type | Description |
---|---|
Informer |
Annotation used in combination with
ResourceEventHandler will cause the
SharedIndexInformer will be created by ResourceEventHandlerConstructorInterceptor . |