Package org.cdk8s.plus25.k8s
Class EnvFromSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.EnvFromSource.Jsii$Proxy
-
- All Implemented Interfaces:
EnvFromSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- EnvFromSource
@Stability(Stable) @Internal public static final class EnvFromSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EnvFromSource
An implementation forEnvFromSource
-
-
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.EnvFromSource
EnvFromSource.Builder, EnvFromSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(EnvFromSource.Builder builder)Constructor that initializes the object based on literal property values passed by theEnvFromSource.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)ConfigMapEnvSourcegetConfigMapRef()The ConfigMap to select from.StringgetPrefix()An optional identifier to prepend to each key in the ConfigMap.SecretEnvSourcegetSecretRef()The Secret to select from.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(EnvFromSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theEnvFromSource.Builder.
-
-
Method Detail
-
getConfigMapRef
public final ConfigMapEnvSource getConfigMapRef()
Description copied from interface:EnvFromSourceThe ConfigMap to select from.- Specified by:
getConfigMapRefin interfaceEnvFromSource
-
getPrefix
public final String getPrefix()
Description copied from interface:EnvFromSourceAn optional identifier to prepend to each key in the ConfigMap.Must be a C_IDENTIFIER.
- Specified by:
getPrefixin interfaceEnvFromSource
-
getSecretRef
public final SecretEnvSource getSecretRef()
Description copied from interface:EnvFromSourceThe Secret to select from.- Specified by:
getSecretRefin interfaceEnvFromSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-