Uses of Class
org.cdk8s.plus25.LabelSelector
-
Packages that use LabelSelector Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of LabelSelector in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return LabelSelector Modifier and Type Method Description LabelSelectorMetricObjectOptions.Jsii$Proxy. getLabelSelector()default LabelSelectorMetricOptions. getLabelSelector()A selector to find a metric by label.LabelSelectorMetricOptions.Jsii$Proxy. getLabelSelector()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.plus25 with parameters of type LabelSelector Modifier and Type Method Description MetricObjectOptions.BuilderMetricObjectOptions.Builder. labelSelector(LabelSelector labelSelector)Sets the value ofMetricOptions.getLabelSelector()MetricOptions.BuilderMetricOptions.Builder. labelSelector(LabelSelector labelSelector)Sets the value ofMetricOptions.getLabelSelector()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.
-