Package org.cdk8s.plus24.k8s
Class ConfigMapNodeConfigSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.ConfigMapNodeConfigSource.Jsii$Proxy
-
- All Implemented Interfaces:
ConfigMapNodeConfigSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ConfigMapNodeConfigSource
@Stability(Stable) @Internal public static final class ConfigMapNodeConfigSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConfigMapNodeConfigSource
An implementation forConfigMapNodeConfigSource
-
-
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.ConfigMapNodeConfigSource
ConfigMapNodeConfigSource.Builder, ConfigMapNodeConfigSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(ConfigMapNodeConfigSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theConfigMapNodeConfigSource.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
getKubeletConfigKey()
KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.String
getName()
Name is the metadata.name of the referenced ConfigMap.String
getNamespace()
Namespace is the metadata.namespace of the referenced ConfigMap.String
getResourceVersion()
ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap.String
getUid()
UID is the metadata.UID of the referenced ConfigMap.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(ConfigMapNodeConfigSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theConfigMapNodeConfigSource.Builder
.
-
-
Method Detail
-
getKubeletConfigKey
public final String getKubeletConfigKey()
Description copied from interface:ConfigMapNodeConfigSource
KubeletConfigKey declares which key of the referenced ConfigMap corresponds to the KubeletConfiguration structure This field is required in all cases.- Specified by:
getKubeletConfigKey
in interfaceConfigMapNodeConfigSource
-
getName
public final String getName()
Description copied from interface:ConfigMapNodeConfigSource
Name is the metadata.name of the referenced ConfigMap. This field is required in all cases.- Specified by:
getName
in interfaceConfigMapNodeConfigSource
-
getNamespace
public final String getNamespace()
Description copied from interface:ConfigMapNodeConfigSource
Namespace is the metadata.namespace of the referenced ConfigMap. This field is required in all cases.- Specified by:
getNamespace
in interfaceConfigMapNodeConfigSource
-
getResourceVersion
public final String getResourceVersion()
Description copied from interface:ConfigMapNodeConfigSource
ResourceVersion is the metadata.ResourceVersion of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.- Specified by:
getResourceVersion
in interfaceConfigMapNodeConfigSource
-
getUid
public final String getUid()
Description copied from interface:ConfigMapNodeConfigSource
UID is the metadata.UID of the referenced ConfigMap. This field is forbidden in Node.Spec, and required in Node.Status.- Specified by:
getUid
in interfaceConfigMapNodeConfigSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-