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