Package org.cdk8s.plus24
Interface INamespaceSelector.Jsii$Default
-
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IConstruct.Jsii$Default
,software.constructs.IDependable
,software.constructs.IDependable.Jsii$Default
,INamespaceSelector
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
INamespaceSelector.Jsii$Proxy
- Enclosing interface:
- INamespaceSelector
@Internal public static interface INamespaceSelector.Jsii$Default extends INamespaceSelector, software.constructs.IConstruct.Jsii$Default
Internal default implementation forINamespaceSelector
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$Proxy
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.INamespaceSelector
INamespaceSelector.Jsii$Default, INamespaceSelector.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default software.constructs.Node
getNode()
The tree node.default NamespaceSelectorConfig
toNamespaceSelectorConfig()
Return the configuration of this selector.
-
-
-
Method Detail
-
getNode
@Stability(Stable) @NotNull default software.constructs.Node getNode()
The tree node.- Specified by:
getNode
in interfacesoftware.constructs.IConstruct
- Specified by:
getNode
in interfacesoftware.constructs.IConstruct.Jsii$Default
-
toNamespaceSelectorConfig
@Stability(Stable) @NotNull default NamespaceSelectorConfig toNamespaceSelectorConfig()
Return the configuration of this selector.- Specified by:
toNamespaceSelectorConfig
in interfaceINamespaceSelector
-
-