Class KubernetesVaultAutoConfiguration
java.lang.Object
org.apache.camel.spring.boot.vault.KubernetesVaultAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnBean(CamelAutoConfiguration.class)
@EnableConfigurationProperties(KubernetesVaultConfigurationProperties.class)
@AutoConfigureAfter(CamelAutoConfiguration.class)
public class KubernetesVaultAutoConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.camel.vault.KubernetesVaultConfiguration
-
Constructor Details
-
KubernetesVaultAutoConfiguration
public KubernetesVaultAutoConfiguration()
-
-
Method Details
-
kubernetesVaultConfiguration
@Bean public org.apache.camel.vault.KubernetesVaultConfiguration kubernetesVaultConfiguration(KubernetesVaultConfigurationProperties config)
-