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