Uses of Class
org.cdk8s.plus24.LabelSelectorOptions.Builder
-
Packages that use LabelSelectorOptions.Builder Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of LabelSelectorOptions.Builder in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return LabelSelectorOptions.Builder Modifier and Type Method Description static LabelSelectorOptions.Builder
LabelSelectorOptions. builder()
LabelSelectorOptions.Builder
LabelSelectorOptions.Builder. expressions(List<? extends LabelExpression> expressions)
Sets the value ofLabelSelectorOptions.getExpressions()
LabelSelectorOptions.Builder
LabelSelectorOptions.Builder. labels(Map<String,String> labels)
Sets the value ofLabelSelectorOptions.getLabels()
Constructors in org.cdk8s.plus24 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
.
-