Uses of Interface
org.cdk8s.plus28.k8s.MatchCondition
-
Packages that use MatchCondition Package Description org.cdk8s.plus28.k8s -
-
Uses of MatchCondition in org.cdk8s.plus28.k8s
Classes in org.cdk8s.plus28.k8s that implement MatchCondition Modifier and Type Class Description static classMatchCondition.Jsii$ProxyAn implementation forMatchConditionMethods in org.cdk8s.plus28.k8s that return MatchCondition Modifier and Type Method Description MatchConditionMatchCondition.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus28.k8s that return types with arguments of type MatchCondition Modifier and Type Method Description default List<MatchCondition>MutatingWebhook. getMatchConditions()MatchConditions is a list of conditions that must be met for a request to be sent to this webhook.List<MatchCondition>MutatingWebhook.Jsii$Proxy. getMatchConditions()default List<MatchCondition>ValidatingWebhook. getMatchConditions()MatchConditions is a list of conditions that must be met for a request to be sent to this webhook.List<MatchCondition>ValidatingWebhook.Jsii$Proxy. getMatchConditions()Method parameters in org.cdk8s.plus28.k8s with type arguments of type MatchCondition Modifier and Type Method Description MutatingWebhook.BuilderMutatingWebhook.Builder. matchConditions(List<? extends MatchCondition> matchConditions)Sets the value ofMutatingWebhook.getMatchConditions()ValidatingWebhook.BuilderValidatingWebhook.Builder. matchConditions(List<? extends MatchCondition> matchConditions)Sets the value ofValidatingWebhook.getMatchConditions()
-