Package org.cdk8s.plus24.k8s
Class DownwardApiVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.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.plus24.k8s.DownwardApiVolumeSource
DownwardApiVolumeSource.Builder, DownwardApiVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(DownwardApiVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theDownwardApiVolumeSource.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)
Number
getDefaultMode()
Optional: mode bits to use on created files by default.List<DownwardApiVolumeFile>
getItems()
Items is a list of downward API volume file.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(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:DownwardApiVolumeSource
Optional: 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:
getDefaultMode
in interfaceDownwardApiVolumeSource
-
getItems
public final List<DownwardApiVolumeFile> getItems()
Description copied from interface:DownwardApiVolumeSource
Items is a list of downward API volume file.- Specified by:
getItems
in interfaceDownwardApiVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-