Package org.cdk8s.plus22
Class LabeledNode
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus22.LabeledNode
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-11T03:06:35.038Z") @Stability(Stable) public class LabeledNode extends software.amazon.jsii.JsiiObject
A node that is matched by label selectors.
-
-
Constructor Summary
Constructors Modifier Constructor Description LabeledNode(List<NodeLabelQuery> labelSelector)protectedLabeledNode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedLabeledNode(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NodeLabelQuery>getLabelSelector()-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
LabeledNode
protected LabeledNode(software.amazon.jsii.JsiiObjectRef objRef)
-
LabeledNode
protected LabeledNode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
LabeledNode
@Stability(Stable) public LabeledNode(@NotNull List<NodeLabelQuery> labelSelector)- Parameters:
labelSelector- This parameter is required.
-
-
Method Detail
-
getLabelSelector
@Stability(Stable) @NotNull public List<NodeLabelQuery> getLabelSelector()
-
-