Package io.micronaut.kubernetes.configuration
package io.micronaut.kubernetes.configuration
-
ClassDescriptionAbstractKubernetesConfigWatcher<T extends io.kubernetes.client.common.KubernetesObject>Watches for ConfigMap/Secret changes and makes the appropriate changes to the
Environment
by adding or removingPropertySource
s.Condition evaluates when theAbstractKubernetesConfigWatcherCondition
is enabled.Based on configuration dynamically evaluates the label selector for config maps.Watches for ConfigMap changes and makes the appropriate changes to theEnvironment
by adding or removingPropertySource
s.Condition evaluates when theKubernetesConfigMapWatcherCondition
is enabled.AConfigurationClient
implementation that providesPropertySource
s read from Kubernetes ConfigMap's.Based on configuration dynamically evaluates the label selector for config maps.Watches for Secret changes and makes the appropriate changes to theEnvironment
by adding or removingPropertySource
s.Condition evaluates when theKubernetesSecretWatcherCondition
is enabled.