Package org.cdk8s.plus24.k8s
Class ConfigMapEnvSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.ConfigMapEnvSource.Jsii$Proxy
-
- All Implemented Interfaces:
ConfigMapEnvSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ConfigMapEnvSource
@Stability(Stable) @Internal public static final class ConfigMapEnvSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConfigMapEnvSource
An implementation forConfigMapEnvSource
-
-
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.ConfigMapEnvSource
ConfigMapEnvSource.Builder, ConfigMapEnvSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(ConfigMapEnvSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theConfigMapEnvSource.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)
String
getName()
Name of the referent.Boolean
getOptional()
Specify whether the ConfigMap must be defined.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(ConfigMapEnvSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theConfigMapEnvSource.Builder
.
-
-
Method Detail
-
getName
public final String getName()
Description copied from interface:ConfigMapEnvSource
Name of the referent.More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
- Specified by:
getName
in interfaceConfigMapEnvSource
-
getOptional
public final Boolean getOptional()
Description copied from interface:ConfigMapEnvSource
Specify whether the ConfigMap must be defined.- Specified by:
getOptional
in interfaceConfigMapEnvSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-