Package org.cdk8s.plus24
Class LabeledNode
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.LabeledNode
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-04T02:31:04.929Z") @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)
protected
LabeledNode(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
protected
LabeledNode(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()
-
-