Uses of Class
org.cdk8s.plus24.LabelSelector
-
-
Uses of LabelSelector in org.cdk8s.plus24
Methods in org.cdk8s.plus24 that return LabelSelector Modifier and Type Method Description default LabelSelector
NamespaceSelectorConfig. getLabelSelector()
A selector to select namespaces by labels.LabelSelector
NamespaceSelectorConfig.Jsii$Proxy. getLabelSelector()
LabelSelector
PodSelectorConfig. getLabelSelector()
A selector to select pods by labels.LabelSelector
PodSelectorConfig.Jsii$Proxy. getLabelSelector()
static LabelSelector
LabelSelector. of()
static LabelSelector
LabelSelector. of(LabelSelectorOptions options)
Methods in org.cdk8s.plus24 with parameters of type LabelSelector Modifier and Type Method Description NamespaceSelectorConfig.Builder
NamespaceSelectorConfig.Builder. labelSelector(LabelSelector labelSelector)
Sets the value ofNamespaceSelectorConfig.getLabelSelector()
PodSelectorConfig.Builder
PodSelectorConfig.Builder. labelSelector(LabelSelector labelSelector)
Sets the value ofPodSelectorConfig.getLabelSelector()
void
Workload. select(@NotNull LabelSelector... selectors)
Configure selectors for this workload.
-