Uses of Class
org.cdk8s.plus20.LabelSelector
-
-
Uses of LabelSelector in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return LabelSelector Modifier and Type Method Description static LabelSelectorLabelSelector. doesNotExist(String key)Creates a `matchExpressions` "DoesNotExist" entry.static LabelSelectorLabelSelector. exists(String key)Creates a `matchExpressions` "Exists" entry.static LabelSelectorLabelSelector. in(String key, List<String> values)Creates a `matchExpressions` "In" entry.static LabelSelectorLabelSelector. is(String key, String value)Creates a `matchLabels` entry from the key and value.static LabelSelectorLabelSelector. is(String key, String value, Boolean applyToTemplate)Creates a `matchLabels` entry from the key and value.static LabelSelectorLabelSelector. notIn(String key, List<String> values)Creates a `matchExpressions` "NotIn" entry.Methods in org.cdk8s.plus20 with parameters of type LabelSelector Modifier and Type Method Description voidWorkload. select(@NotNull LabelSelector... selectors)Configure selectors for this workload.
-