@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_claims.springboot.KubernetesPersistentVolumesClaimsComponentAutoConfiguration.GroupConditions.class}) @AutoConfigureAfter(value=org.apache.camel.spring.boot.CamelAutoConfiguration.class) @EnableConfigurationProperties(value={org.apache.camel.spring.boot.ComponentConfigurationProperties.class,KubernetesPersistentVolumesClaimsComponentConfiguration.class}) public class KubernetesPersistentVolumesClaimsComponentAutoConfiguration extends Object
| Constructor and Description |
|---|
KubernetesPersistentVolumesClaimsComponentAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.kubernetes.persistent_volumes_claims.KubernetesPersistentVolumesClaimsComponent |
configureKubernetesPersistentVolumesClaimsComponent() |
public KubernetesPersistentVolumesClaimsComponentAutoConfiguration()
@Lazy
@Bean(name="kubernetes-persistent-volumes-claims-component")
@ConditionalOnMissingBean(value=org.apache.camel.component.kubernetes.persistent_volumes_claims.KubernetesPersistentVolumesClaimsComponent.class)
public org.apache.camel.component.kubernetes.persistent_volumes_claims.KubernetesPersistentVolumesClaimsComponent configureKubernetesPersistentVolumesClaimsComponent()
throws Exception
ExceptionApache Camel