Package org.cdk8s.plus25.k8s
Class DownwardApiVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.DownwardApiVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
DownwardApiVolumeSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DownwardApiVolumeSource
@Stability(Stable) @Internal public static final class DownwardApiVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DownwardApiVolumeSource
An implementation forDownwardApiVolumeSource
-
-
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.DownwardApiVolumeSource
DownwardApiVolumeSource.Builder, DownwardApiVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DownwardApiVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theDownwardApiVolumeSource.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)NumbergetDefaultMode()Optional: mode bits to use on created files by default.List<DownwardApiVolumeFile>getItems()Items is a list of downward API volume file.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(DownwardApiVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theDownwardApiVolumeSource.Builder.
-
-
Method Detail
-
getDefaultMode
public final Number getDefaultMode()
Description copied from interface:DownwardApiVolumeSourceOptional: mode bits to use on created files by default.Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. 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.
- Specified by:
getDefaultModein interfaceDownwardApiVolumeSource
-
getItems
public final List<DownwardApiVolumeFile> getItems()
Description copied from interface:DownwardApiVolumeSourceItems is a list of downward API volume file.- Specified by:
getItemsin interfaceDownwardApiVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-