Package org.cdk8s.plus25.k8s
Class ProjectedVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.ProjectedVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
ProjectedVolumeSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ProjectedVolumeSource
@Stability(Stable) @Internal public static final class ProjectedVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ProjectedVolumeSource
An implementation forProjectedVolumeSource
-
-
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.ProjectedVolumeSource
ProjectedVolumeSource.Builder, ProjectedVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ProjectedVolumeSource.Builder builder)Constructor that initializes the object based on literal property values passed by theProjectedVolumeSource.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()defaultMode are the mode bits used to set permissions on created files by default.List<VolumeProjection>getSources()sources is the list of volume projections.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(ProjectedVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theProjectedVolumeSource.Builder.
-
-
Method Detail
-
getDefaultMode
public final Number getDefaultMode()
Description copied from interface:ProjectedVolumeSourcedefaultMode are the 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. 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 interfaceProjectedVolumeSource
-
getSources
public final List<VolumeProjection> getSources()
Description copied from interface:ProjectedVolumeSourcesources is the list of volume projections.- Specified by:
getSourcesin interfaceProjectedVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-