Package org.cdk8s.plus25.k8s
Class ScopedResourceSelectorRequirement.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.ScopedResourceSelectorRequirement
ScopedResourceSelectorRequirement.Builder, ScopedResourceSelectorRequirement.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ScopedResourceSelectorRequirement.Builder builder)Constructor that initializes the object based on literal property values passed by theScopedResourceSelectorRequirement.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)StringgetOperator()Represents a scope's relationship to a set of values.StringgetScopeName()The name of the scope that the selector applies to.List<String>getValues()An array of string values.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(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:ScopedResourceSelectorRequirementRepresents a scope's relationship to a set of values.Valid operators are In, NotIn, Exists, DoesNotExist.
- Specified by:
getOperatorin interfaceScopedResourceSelectorRequirement
-
getScopeName
public final String getScopeName()
Description copied from interface:ScopedResourceSelectorRequirementThe name of the scope that the selector applies to.- Specified by:
getScopeNamein interfaceScopedResourceSelectorRequirement
-
getValues
public final List<String> getValues()
Description copied from interface:ScopedResourceSelectorRequirementAn 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:
getValuesin interfaceScopedResourceSelectorRequirement
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-