Uses of Class
org.cdk8s.plus28.Namespaces
-
Packages that use Namespaces Package Description org.cdk8s.plus28 cdk8s+ (cdk8s-plus) -
-
Uses of Namespaces in org.cdk8s.plus28
Methods in org.cdk8s.plus28 that return Namespaces Modifier and Type Method Description static NamespacesNamespaces. all(software.constructs.Construct scope, String id)Select all namespaces.default NamespacesPodsAllOptions. getNamespaces()Namespaces the pods are allowed to be in.NamespacesPodsAllOptions.Jsii$Proxy. getNamespaces()default NamespacesPodsSelectOptions. getNamespaces()Namespaces the pods are allowed to be in.NamespacesPodsSelectOptions.Jsii$Proxy. getNamespaces()static NamespacesNamespaces. select(software.constructs.Construct scope, String id, NamespacesSelectOptions options)Select specific namespaces.Methods in org.cdk8s.plus28 with parameters of type Namespaces Modifier and Type Method Description PodsAllOptions.BuilderPodsAllOptions.Builder. namespaces(Namespaces namespaces)Sets the value ofPodsAllOptions.getNamespaces()PodsSelectOptions.BuilderPodsSelectOptions.Builder. namespaces(Namespaces namespaces)Sets the value ofPodsSelectOptions.getNamespaces()
-