Uses of Class
org.cdk8s.plus23.LabelSelectorOptions.Builder
-
-
Uses of LabelSelectorOptions.Builder in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return LabelSelectorOptions.Builder Modifier and Type Method Description static LabelSelectorOptions.BuilderLabelSelectorOptions. builder()LabelSelectorOptions.BuilderLabelSelectorOptions.Builder. expressions(List<? extends LabelExpression> expressions)Sets the value ofLabelSelectorOptions.getExpressions()LabelSelectorOptions.BuilderLabelSelectorOptions.Builder. labels(Map<String,String> labels)Sets the value ofLabelSelectorOptions.getLabels()Constructors in org.cdk8s.plus23 with parameters of type LabelSelectorOptions.Builder Constructor Description Jsii$Proxy(LabelSelectorOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theLabelSelectorOptions.Builder.
-