Package org.cdk8s.plus24.k8s
Class ScopedResourceSelectorRequirement.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.ScopedResourceSelectorRequirement.Jsii$Proxy
-
- All Implemented Interfaces:
ScopedResourceSelectorRequirement
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ScopedResourceSelectorRequirement
@Stability(Stable) @Internal public static final class ScopedResourceSelectorRequirement.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ScopedResourceSelectorRequirement
An implementation forScopedResourceSelectorRequirement
-
-
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.ScopedResourceSelectorRequirement
ScopedResourceSelectorRequirement.Builder, ScopedResourceSelectorRequirement.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(ScopedResourceSelectorRequirement.Builder builder)
Constructor that initializes the object based on literal property values passed by theScopedResourceSelectorRequirement.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
getOperator()
Represents a scope's relationship to a set of values.String
getScopeName()
The name of the scope 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(ScopedResourceSelectorRequirement.Builder builder)
Constructor that initializes the object based on literal property values passed by theScopedResourceSelectorRequirement.Builder
.
-
-
Method Detail
-
getOperator
public final String getOperator()
Description copied from interface:ScopedResourceSelectorRequirement
Represents a scope's relationship to a set of values.Valid operators are In, NotIn, Exists, DoesNotExist.
- Specified by:
getOperator
in interfaceScopedResourceSelectorRequirement
-
getScopeName
public final String getScopeName()
Description copied from interface:ScopedResourceSelectorRequirement
The name of the scope that the selector applies to.- Specified by:
getScopeName
in interfaceScopedResourceSelectorRequirement
-
getValues
public final List<String> getValues()
Description copied from interface:ScopedResourceSelectorRequirement
An array of string values.If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.
- Specified by:
getValues
in interfaceScopedResourceSelectorRequirement
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-