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