Uses of Class
org.cdk8s.plus28.k8s.MatchCondition.Builder
-
Packages that use MatchCondition.Builder Package Description org.cdk8s.plus28.k8s -
-
Uses of MatchCondition.Builder in org.cdk8s.plus28.k8s
Methods in org.cdk8s.plus28.k8s that return MatchCondition.Builder Modifier and Type Method Description static MatchCondition.BuilderMatchCondition. builder()MatchCondition.BuilderMatchCondition.Builder. expression(String expression)Sets the value ofMatchCondition.getExpression()MatchCondition.BuilderMatchCondition.Builder. name(String name)Sets the value ofMatchCondition.getName()Constructors in org.cdk8s.plus28.k8s with parameters of type MatchCondition.Builder Constructor Description Jsii$Proxy(MatchCondition.Builder builder)Constructor that initializes the object based on literal property values passed by theMatchCondition.Builder.
-