Class KubernetesConfigMapWatcherCondition

java.lang.Object
io.micronaut.kubernetes.configuration.AbstractKubernetesConfigWatcherCondition
io.micronaut.kubernetes.configuration.KubernetesConfigMapWatcherCondition
All Implemented Interfaces:
io.micronaut.context.condition.Condition, Predicate<io.micronaut.context.condition.ConditionContext>

@Deprecated(forRemoval=true, since="8.0.0") @Internal public class KubernetesConfigMapWatcherCondition extends AbstractKubernetesConfigWatcherCondition
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced with config import implementation
Condition evaluates when the KubernetesConfigMapWatcherCondition is enabled.
Since:
3.1
Author:
Pavol Gressa
  • Constructor Details

    • KubernetesConfigMapWatcherCondition

      public KubernetesConfigMapWatcherCondition()
      Deprecated, for removal: This API element is subject to removal in a future version.