Uses of Class
org.cdk8s.plus25.PodSelectorConfig.Builder
-
Packages that use PodSelectorConfig.Builder Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of PodSelectorConfig.Builder in org.cdk8s.plus25
Methods in org.cdk8s.plus25 that return PodSelectorConfig.Builder Modifier and Type Method Description static PodSelectorConfig.BuilderPodSelectorConfig. builder()PodSelectorConfig.BuilderPodSelectorConfig.Builder. labelSelector(LabelSelector labelSelector)Sets the value ofPodSelectorConfig.getLabelSelector()PodSelectorConfig.BuilderPodSelectorConfig.Builder. namespaces(NamespaceSelectorConfig namespaces)Sets the value ofPodSelectorConfig.getNamespaces()Constructors in org.cdk8s.plus25 with parameters of type PodSelectorConfig.Builder Constructor Description Jsii$Proxy(PodSelectorConfig.Builder builder)Constructor that initializes the object based on literal property values passed by thePodSelectorConfig.Builder.
-