Package org.cdk8s.plus22
Interface IPodSelector.Jsii$Default
-
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IPodSelector,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IPodSelector.Jsii$Proxy
- Enclosing interface:
- IPodSelector
@Internal public static interface IPodSelector.Jsii$Default extends IPodSelector, software.constructs.IConstruct.Jsii$Default
Internal default implementation forIPodSelector.
-
-
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.plus22.IPodSelector
IPodSelector.Jsii$Default, IPodSelector.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default software.constructs.NodegetNode()The tree node.default PodSelectorConfigtoPodSelectorConfig()Return the configuration of this selector.
-
-
-
Method Detail
-
getNode
@Stability(Stable) @NotNull default software.constructs.Node getNode()
The tree node.- Specified by:
getNodein interfacesoftware.constructs.IConstruct- Specified by:
getNodein interfacesoftware.constructs.IConstruct.Jsii$Default
-
toPodSelectorConfig
@Stability(Stable) @NotNull default PodSelectorConfig toPodSelectorConfig()
Return the configuration of this selector.- Specified by:
toPodSelectorConfigin interfaceIPodSelector
-
-