Package org.cdk8s.plus24.k8s
Class EnvVarSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.EnvVarSource.Jsii$Proxy
-
- All Implemented Interfaces:
EnvVarSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EnvVarSource
@Stability(Stable) @Internal public static final class EnvVarSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EnvVarSource
An implementation forEnvVarSource
-
-
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.EnvVarSource
EnvVarSource.Builder, EnvVarSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(EnvVarSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theEnvVarSource.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)
ConfigMapKeySelector
getConfigMapKeyRef()
Selects a key of a ConfigMap.ObjectFieldSelector
getFieldRef()
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations[' ']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. ResourceFieldSelector
getResourceFieldRef()
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.SecretKeySelector
getSecretKeyRef()
Selects a key of a secret in the pod's namespace.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(EnvVarSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theEnvVarSource.Builder
.
-
-
Method Detail
-
getConfigMapKeyRef
public final ConfigMapKeySelector getConfigMapKeyRef()
Description copied from interface:EnvVarSource
Selects a key of a ConfigMap.- Specified by:
getConfigMapKeyRef
in interfaceEnvVarSource
-
getFieldRef
public final ObjectFieldSelector getFieldRef()
Description copied from interface:EnvVarSource
Selects a field of the pod: supports metadata.name, metadata.namespace, `metadata.labels['']`, `metadata.annotations[' ']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. - Specified by:
getFieldRef
in interfaceEnvVarSource
-
getResourceFieldRef
public final ResourceFieldSelector getResourceFieldRef()
Description copied from interface:EnvVarSource
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.- Specified by:
getResourceFieldRef
in interfaceEnvVarSource
-
getSecretKeyRef
public final SecretKeySelector getSecretKeyRef()
Description copied from interface:EnvVarSource
Selects a key of a secret in the pod's namespace.- Specified by:
getSecretKeyRef
in interfaceEnvVarSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-