Uses of Interface
org.cdk8s.plus24.INamespaceSelector
-
Packages that use INamespaceSelector Package Description org.cdk8s.plus24 cdk8s+ (cdk8s-plus) -
-
Uses of INamespaceSelector in org.cdk8s.plus24
Subinterfaces of INamespaceSelector in org.cdk8s.plus24 Modifier and Type Interface Description static interface
INamespaceSelector.Jsii$Default
Internal default implementation forINamespaceSelector
.Classes in org.cdk8s.plus24 that implement INamespaceSelector Modifier and Type Class Description static class
INamespaceSelector.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.class
Namespace
In Kubernetes, namespaces provides a mechanism for isolating groups of resources within a single cluster.class
Namespaces
Represents a group of namespaces.Constructors in org.cdk8s.plus24 with parameters of type INamespaceSelector Constructor Description Pods(software.constructs.Construct scope, String id, List<LabelExpression> expressions, Map<String,String> labels, INamespaceSelector namespaces)
-