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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(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, waitMethods inherited from interface io.micronaut.context.condition.Condition
test
-
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:
matchesin interfaceio.micronaut.context.condition.Condition
-