Package org.cdk8s.plus25.k8s
Class EnvVarSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.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.plus25.k8s.EnvVarSource
EnvVarSource.Builder, EnvVarSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EnvVarSource.Builder builder)Constructor that initializes the object based on literal property values passed by theEnvVarSource.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)ConfigMapKeySelectorgetConfigMapKeyRef()Selects a key of a ConfigMap.ObjectFieldSelectorgetFieldRef()Selects a field of the pod: supports metadata.name, metadata.namespace,metadata.labels['<KEY>'],metadata.annotations['<KEY>'], spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.ResourceFieldSelectorgetResourceFieldRef()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.SecretKeySelectorgetSecretKeyRef()Selects a key of a secret in the pod's namespace.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(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:EnvVarSourceSelects a key of a ConfigMap.- Specified by:
getConfigMapKeyRefin interfaceEnvVarSource
-
getFieldRef
public final ObjectFieldSelector getFieldRef()
Description copied from interface:EnvVarSourceSelects a field of the pod: supports metadata.name, metadata.namespace,metadata.labels['<KEY>'],metadata.annotations['<KEY>'], spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs.- Specified by:
getFieldRefin interfaceEnvVarSource
-
getResourceFieldRef
public final ResourceFieldSelector getResourceFieldRef()
Description copied from interface:EnvVarSourceSelects 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:
getResourceFieldRefin interfaceEnvVarSource
-
getSecretKeyRef
public final SecretKeySelector getSecretKeyRef()
Description copied from interface:EnvVarSourceSelects a key of a secret in the pod's namespace.- Specified by:
getSecretKeyRefin interfaceEnvVarSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-