Class KubernetesReconcilerProcessor

java.lang.Object
io.kubernetes.client.spring.extended.controller.KubernetesReconcilerProcessor
All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.core.Ordered

@Deprecated public class KubernetesReconcilerProcessor extends Object implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.core.Ordered
Deprecated.
instead of declaring via the annotation create the controller manually as a @Bean
Scans and processes KubernetesReconciler.

It will create a Controller for every reconciler instances registered in the spring bean-factory.

  • Field Details

    • DEFAULT_SHARED_INFORMER_FACTORY_BEAN_NAME

      public static final String DEFAULT_SHARED_INFORMER_FACTORY_BEAN_NAME
      Deprecated.
      See Also:
  • Constructor Details

    • KubernetesReconcilerProcessor

      public KubernetesReconcilerProcessor()
      Deprecated.
    • KubernetesReconcilerProcessor

      public KubernetesReconcilerProcessor(String sharedInformerFactoryBeanName)
      Deprecated.
  • Method Details

    • getOrder

      public int getOrder()
      Deprecated.
      Specified by:
      getOrder in interface org.springframework.core.Ordered
    • postProcessBeanDefinitionRegistry

      public void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
      Deprecated.
      Specified by:
      postProcessBeanDefinitionRegistry in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
    • postProcessBeanFactory

      public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
      Deprecated.
      Specified by:
      postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor