@Component public class KubernetesReconcilerProcessor extends Object implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered
KubernetesReconciler
.
It will create a Controller
for every
reconciler instances registered in the spring bean-factory.
Constructor and Description |
---|
KubernetesReconcilerProcessor() |
Modifier and Type | Method and Description |
---|---|
int |
getOrder() |
void |
postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) |
public int getOrder()
getOrder
in interface org.springframework.core.Ordered
public void postProcessBeanFactory(org.springframework.beans.factory.config.ConfigurableListableBeanFactory beanFactory) throws org.springframework.beans.BeansException
postProcessBeanFactory
in interface org.springframework.beans.factory.config.BeanFactoryPostProcessor
org.springframework.beans.BeansException
Copyright © 2020. All rights reserved.