Package org.cdk8s.plus24.k8s
Class NodeSelectorTerm.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.NodeSelectorTerm.Jsii$Proxy
-
- All Implemented Interfaces:
NodeSelectorTerm
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- NodeSelectorTerm
@Stability(Stable) @Internal public static final class NodeSelectorTerm.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NodeSelectorTerm
An implementation forNodeSelectorTerm
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus24.k8s.NodeSelectorTerm
NodeSelectorTerm.Builder, NodeSelectorTerm.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(NodeSelectorTerm.Builder builder)
Constructor that initializes the object based on literal property values passed by theNodeSelectorTerm.Builder
.protected
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode
$jsii$toJson()
boolean
equals(Object o)
List<NodeSelectorRequirement>
getMatchExpressions()
A list of node selector requirements by node's labels.List<NodeSelectorRequirement>
getMatchFields()
A list of node selector requirements by node's fields.int
hashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(NodeSelectorTerm.Builder builder)
Constructor that initializes the object based on literal property values passed by theNodeSelectorTerm.Builder
.
-
-
Method Detail
-
getMatchExpressions
public final List<NodeSelectorRequirement> getMatchExpressions()
Description copied from interface:NodeSelectorTerm
A list of node selector requirements by node's labels.- Specified by:
getMatchExpressions
in interfaceNodeSelectorTerm
-
getMatchFields
public final List<NodeSelectorRequirement> getMatchFields()
Description copied from interface:NodeSelectorTerm
A list of node selector requirements by node's fields.- Specified by:
getMatchFields
in interfaceNodeSelectorTerm
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-