Package org.cdk8s.plus24
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.72.0 (build 4b8828b)", date="2022-12-10T02:31:41.433Z") @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 interface
INamespaceSelector.Jsii$Default
Internal default implementation forINamespaceSelector
.static class
INamespaceSelector.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamespaceSelectorConfig
toNamespaceSelectorConfig()
Return the configuration of this selector.
-
-
-
Method Detail
-
toNamespaceSelectorConfig
@Stability(Stable) @NotNull NamespaceSelectorConfig toNamespaceSelectorConfig()
Return the configuration of this selector.
-
-