@Bean@Deprecated public class KubernetesReconcilerProcessor extends Object implements org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.core.Ordered
KubernetesReconciler.
It will create a Controller for every
reconciler instances registered in the spring bean-factory.
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SHARED_INFORMER_FACTORY_BEAN_NAME
Deprecated.
|
| Constructor and Description |
|---|
KubernetesReconcilerProcessor()
Deprecated.
|
KubernetesReconcilerProcessor(String sharedInformerFactoryBeanName)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder()
Deprecated.
|
void |
postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
Deprecated.
|
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
Deprecated.
|
public static final String DEFAULT_SHARED_INFORMER_FACTORY_BEAN_NAME
public KubernetesReconcilerProcessor()
public KubernetesReconcilerProcessor(String sharedInformerFactoryBeanName)
public int getOrder()
getOrder in interface org.springframework.core.Orderedpublic void postProcessBeanDefinitionRegistry(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
postProcessBeanDefinitionRegistry in interface org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessorpublic void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory)
postProcessBeanFactory in interface org.springframework.beans.factory.config.BeanFactoryPostProcessorCopyright © 2021. All rights reserved.