Uses of Interface
org.cdk8s.plus24.INamespaceSelector
-
-
Uses of INamespaceSelector in org.cdk8s.plus24
Subinterfaces of INamespaceSelector in org.cdk8s.plus24 Modifier and Type Interface Description static interfaceINamespaceSelector.Jsii$DefaultInternal default implementation forINamespaceSelector.Classes in org.cdk8s.plus24 that implement INamespaceSelector Modifier and Type Class Description static classINamespaceSelector.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.classNamespaceIn Kubernetes, namespaces provides a mechanism for isolating groups of resources within a single cluster.classNamespacesRepresents 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)
-