Package org.apache.camel.vault
Class KubernetesConfigMapVaultConfiguration
java.lang.Object
org.apache.camel.vault.VaultConfiguration
org.apache.camel.vault.KubernetesConfigMapVaultConfiguration
Configuration for access to Kubernetes Confimaps
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setConfigmaps
(String configmaps) Specify the configmap names (or pattern) to check for updates.void
setRefreshEnabled
(boolean refreshEnabled) Whether to automatically reload Camel upon configmaps being updated in Kubernetes Cluster.Methods inherited from class org.apache.camel.vault.VaultConfiguration
aws, azure, gcp, getAwsVaultConfiguration, getAzureVaultConfiguration, getGcpVaultConfiguration, getHashicorpVaultConfiguration, getIBMSecretsManagerVaultConfiguration, getKubernetesConfigMapVaultConfiguration, getKubernetesVaultConfiguration, getSpringCloudConfigConfiguration, hashicorp, ibmSecretsManager, kubernetes, kubernetesConfigmaps, setAwsVaultConfiguration, setAzureVaultConfiguration, setGcpVaultConfiguration, setHashicorpVaultConfiguration, setIBMSecretsManagerVaultConfiguration, setKubernetesConfigMapVaultConfiguration, setKubernetesVaultConfiguration, setSpringCloudConfigConfiguration, springConfig
-
Constructor Details
-
KubernetesConfigMapVaultConfiguration
public KubernetesConfigMapVaultConfiguration()
-
-
Method Details
-
isRefreshEnabled
public boolean isRefreshEnabled() -
setRefreshEnabled
public void setRefreshEnabled(boolean refreshEnabled) Whether to automatically reload Camel upon configmaps being updated in Kubernetes Cluster. -
getConfigmaps
-
setConfigmaps
Specify the configmap names (or pattern) to check for updates. Multiple configmaps can be separated by comma.
-