Package org.cdk8s.plus24.k8s
Class TopologySelectorLabelRequirement.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.TopologySelectorLabelRequirement.Jsii$Proxy
-
- All Implemented Interfaces:
TopologySelectorLabelRequirement
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- TopologySelectorLabelRequirement
@Stability(Stable) @Internal public static final class TopologySelectorLabelRequirement.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements TopologySelectorLabelRequirement
An implementation forTopologySelectorLabelRequirement
-
-
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.TopologySelectorLabelRequirement
TopologySelectorLabelRequirement.Builder, TopologySelectorLabelRequirement.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(TopologySelectorLabelRequirement.Builder builder)
Constructor that initializes the object based on literal property values passed by theTopologySelectorLabelRequirement.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)
String
getKey()
The label key that the selector applies to.List<String>
getValues()
An array of string values.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(TopologySelectorLabelRequirement.Builder builder)
Constructor that initializes the object based on literal property values passed by theTopologySelectorLabelRequirement.Builder
.
-
-
Method Detail
-
getKey
public final String getKey()
Description copied from interface:TopologySelectorLabelRequirement
The label key that the selector applies to.- Specified by:
getKey
in interfaceTopologySelectorLabelRequirement
-
getValues
public final List<String> getValues()
Description copied from interface:TopologySelectorLabelRequirement
An array of string values.One value must match the label to be selected. Each entry in Values is ORed.
- Specified by:
getValues
in interfaceTopologySelectorLabelRequirement
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-