Class KubernetesSecretWatcherCondition

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

@Deprecated(forRemoval=true, since="8.0.0") @Internal public class KubernetesSecretWatcherCondition 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 KubernetesSecretWatcherCondition is enabled.
Since:
3.1
Author:
Pavol Gressa
  • Constructor Details

    • KubernetesSecretWatcherCondition

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