@Stability(value=Stable) @Internal public static final class ConfigMapVolumeOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ConfigMapVolumeOptions
ConfigMapVolumeOptionssoftware.amazon.jsii.JsiiObject.InitializationModeConfigMapVolumeOptions.Builder, ConfigMapVolumeOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Number defaultMode,
Map<String,? extends PathMapping> items,
String name,
Boolean optional)
Constructor that initializes the object based on literal property values passed by the
ConfigMapVolumeOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Number |
getDefaultMode()
Mode bits to use on created files by default.
|
Map<String,PathMapping> |
getItems()
If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value.
|
String |
getName()
The volume name.
|
Boolean |
getOptional()
Specify whether the ConfigMap or its keys must be defined.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Number defaultMode, Map<String,? extends PathMapping> items, String name, Boolean optional)
ConfigMapVolumeOptions.Builder.public final Number getDefaultMode()
ConfigMapVolumeOptionsMust be a value between 0 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
Default: 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
getDefaultMode in interface ConfigMapVolumeOptionspublic final Map<String,PathMapping> getItems()
ConfigMapVolumeOptionsIf specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
Default: - no mapping
getItems in interface ConfigMapVolumeOptionspublic final String getName()
ConfigMapVolumeOptionsDefault: - auto-generated
getName in interface ConfigMapVolumeOptionspublic final Boolean getOptional()
ConfigMapVolumeOptionsDefault: - undocumented
getOptional in interface ConfigMapVolumeOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.