Annotation Type KubernetesInformers
Deprecated.
This annotation can be applied to a bean method which returns a SharedInformerFactory bean
instance. It indicates injecting the list of informers to the SharedInformerFactory automatically
by
KubernetesInformerFactoryProcessor
.
This annotation is specifically used for joining a list of KubernetesInformer
onto one bean
method.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated.Value kubernetes informer [ ].
-
Element Details
-
value
KubernetesInformer[] valueDeprecated.Value kubernetes informer [ ].- Returns:
- the kubernetes informer [ ]
- Default:
- {}
-
SharedIndexInformer
beans instead