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