Package org.cdk8s.plus23
Class PodsSelectOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus23.PodsSelectOptions.Jsii$Proxy
-
- All Implemented Interfaces:
PodsSelectOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PodsSelectOptions
@Stability(Stable) @Internal public static final class PodsSelectOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PodsSelectOptions
An implementation forPodsSelectOptions
-
-
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.plus23.PodsSelectOptions
PodsSelectOptions.Builder, PodsSelectOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(PodsSelectOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by thePodsSelectOptions.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<LabelExpression>
getExpressions()
Expressions the pods must satisify.Map<String,String>
getLabels()
Labels the pods must have.Namespaces
getNamespaces()
Namespaces the pods are allowed to be in.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(PodsSelectOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by thePodsSelectOptions.Builder
.
-
-
Method Detail
-
getExpressions
public final List<LabelExpression> getExpressions()
Description copied from interface:PodsSelectOptions
Expressions the pods must satisify.Default: - no expressions requirements.
- Specified by:
getExpressions
in interfacePodsSelectOptions
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:PodsSelectOptions
Labels the pods must have.Default: - no strict labels requirements.
- Specified by:
getLabels
in interfacePodsSelectOptions
-
getNamespaces
public final Namespaces getNamespaces()
Description copied from interface:PodsSelectOptions
Namespaces the pods are allowed to be in.Use
Namespaces.all()
to allow all namespaces.Default: - unset, implies the namespace of the resource this selection is used in.
- Specified by:
getNamespaces
in interfacePodsSelectOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-