Uses of Class
org.apache.camel.vault.KubernetesConfigMapVaultConfiguration
Packages that use KubernetesConfigMapVaultConfiguration
Package
Description
Configuration classes for accessing external secret vaults such as AWS Secrets Manager, GCP Secret Manager, Azure Key
Vault, and HashiCorp Vault.
-
Uses of KubernetesConfigMapVaultConfiguration in org.apache.camel.vault
Methods in org.apache.camel.vault that return KubernetesConfigMapVaultConfigurationModifier and TypeMethodDescription@Nullable KubernetesConfigMapVaultConfigurationVaultConfiguration.getKubernetesConfigMapVaultConfiguration()Gets the Kubernetes ConfigMap Vault configuration.VaultConfiguration.kubernetesConfigmaps()Kubernetes Configmaps Vault ConfigurationMethods in org.apache.camel.vault with parameters of type KubernetesConfigMapVaultConfigurationModifier and TypeMethodDescriptionvoidVaultConfiguration.setKubernetesConfigMapVaultConfiguration(@Nullable KubernetesConfigMapVaultConfiguration kubernetesConfigmaps) Sets the Kubernetes ConfigMap Vault configuration.