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>
@Internal
public class KubernetesSecretWatcherCondition
extends AbstractKubernetesConfigWatcherCondition
Condition evaluates when the
KubernetesSecretWatcherCondition
is enabled.- Since:
- 3.1
- Author:
- Pavol Gressa
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.kubernetes.configuration.AbstractKubernetesConfigWatcherCondition
matches
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.context.condition.Condition
test
-
Constructor Details
-
KubernetesSecretWatcherCondition
public KubernetesSecretWatcherCondition()
-