Package org.cdk8s.plus25
Interface INamespaceSelector
-
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
INamespaceSelector.Jsii$Default
- All Known Implementing Classes:
INamespaceSelector.Jsii$Proxy,Namespace,Namespaces
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.306Z") @Stability(Stable) public interface INamespaceSelector extends software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct
Represents an object that can select namespaces.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceINamespaceSelector.Jsii$DefaultInternal default implementation forINamespaceSelector.static classINamespaceSelector.Jsii$ProxyA proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamespaceSelectorConfigtoNamespaceSelectorConfig()Return the configuration of this selector.
-
-
-
Method Detail
-
toNamespaceSelectorConfig
@Stability(Stable) @NotNull NamespaceSelectorConfig toNamespaceSelectorConfig()
Return the configuration of this selector.
-
-