Class AbstractKubernetesConfigWatcherCondition

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

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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(io.micronaut.context.condition.ConditionContext context)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.micronaut.context.condition.Condition

    test

    Methods inherited from interface Predicate

    and, negate, or
  • Constructor Details

    • AbstractKubernetesConfigWatcherCondition

      public AbstractKubernetesConfigWatcherCondition()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • matches

      public boolean matches(io.micronaut.context.condition.ConditionContext context)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      matches in interface io.micronaut.context.condition.Condition