Package org.cdk8s.plus25.k8s
Class NodeSelectorTerm.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.NodeSelectorTerm
NodeSelectorTerm.Builder, NodeSelectorTerm.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(NodeSelectorTerm.Builder builder)Constructor that initializes the object based on literal property values passed by theNodeSelectorTerm.Builder.protectedJsii$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()booleanequals(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.inthashCode()
-
-
-
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:NodeSelectorTermA list of node selector requirements by node's labels.- Specified by:
getMatchExpressionsin interfaceNodeSelectorTerm
-
getMatchFields
public final List<NodeSelectorRequirement> getMatchFields()
Description copied from interface:NodeSelectorTermA list of node selector requirements by node's fields.- Specified by:
getMatchFieldsin interfaceNodeSelectorTerm
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-