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