Package org.cdk8s.plus24.k8s
Class PersistentVolumeClaimVolumeSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.PersistentVolumeClaimVolumeSource.Jsii$Proxy
-
- All Implemented Interfaces:
PersistentVolumeClaimVolumeSource
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PersistentVolumeClaimVolumeSource
@Stability(Stable) @Internal public static final class PersistentVolumeClaimVolumeSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PersistentVolumeClaimVolumeSource
An implementation forPersistentVolumeClaimVolumeSource
-
-
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.PersistentVolumeClaimVolumeSource
PersistentVolumeClaimVolumeSource.Builder, PersistentVolumeClaimVolumeSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Jsii$Proxy(PersistentVolumeClaimVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by thePersistentVolumeClaimVolumeSource.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
getClaimName()
claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.Boolean
getReadOnly()
readOnly Will force the ReadOnly setting in VolumeMounts.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(PersistentVolumeClaimVolumeSource.Builder builder)
Constructor that initializes the object based on literal property values passed by thePersistentVolumeClaimVolumeSource.Builder
.
-
-
Method Detail
-
getClaimName
public final String getClaimName()
Description copied from interface:PersistentVolumeClaimVolumeSource
claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume.More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
- Specified by:
getClaimName
in interfacePersistentVolumeClaimVolumeSource
-
getReadOnly
public final Boolean getReadOnly()
Description copied from interface:PersistentVolumeClaimVolumeSource
readOnly Will force the ReadOnly setting in VolumeMounts.Default false.
- Specified by:
getReadOnly
in interfacePersistentVolumeClaimVolumeSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
-