@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @Configuration @Conditional(value={org.apache.camel.spring.boot.util.ConditionalOnCamelContextAndAutoConfigurationBeans.class,org.apache.camel.component.kubernetes.deployments.springboot.KubernetesDeploymentsComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,KubernetesDeploymentsComponentConfiguration.class}) public class KubernetesDeploymentsComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
KubernetesDeploymentsComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.kubernetes.deployments.KubernetesDeploymentsComponent |
configureKubernetesDeploymentsComponent() |
public KubernetesDeploymentsComponentAutoConfiguration()
@Lazy
@Bean(name="kubernetes-deployments-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.kubernetes.deployments.KubernetesDeploymentsComponent.class)
public org.apache.camel.component.kubernetes.deployments.KubernetesDeploymentsComponent configureKubernetesDeploymentsComponent()
throws Exception
ExceptionApache Camel