Annotation Type KubernetesInformers


@Deprecated @Target({TYPE,METHOD}) @Retention(RUNTIME) public @interface KubernetesInformers
Deprecated.
create a SharedIndexInformer beans instead
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 Elements
    Modifier and Type
    Optional Element
    Description
    Deprecated.
    Value kubernetes informer [ ].
  • Element Details

    • value

      Deprecated.
      Value kubernetes informer [ ].
      Returns:
      the kubernetes informer [ ]
      Default:
      {}