Package org.cdk8s.plus25.k8s
Class PersistentVolumeClaimTemplate.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.PersistentVolumeClaimTemplate.Jsii$Proxy
-
- All Implemented Interfaces:
PersistentVolumeClaimTemplate,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- PersistentVolumeClaimTemplate
@Stability(Stable) @Internal public static final class PersistentVolumeClaimTemplate.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PersistentVolumeClaimTemplate
An implementation forPersistentVolumeClaimTemplate
-
-
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.PersistentVolumeClaimTemplate
PersistentVolumeClaimTemplate.Builder, PersistentVolumeClaimTemplate.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(PersistentVolumeClaimTemplate.Builder builder)Constructor that initializes the object based on literal property values passed by thePersistentVolumeClaimTemplate.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)ObjectMetagetMetadata()May contain labels and annotations that will be copied into the PVC when creating it.PersistentVolumeClaimSpecgetSpec()The specification for the PersistentVolumeClaim.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(PersistentVolumeClaimTemplate.Builder builder)
Constructor that initializes the object based on literal property values passed by thePersistentVolumeClaimTemplate.Builder.
-
-
Method Detail
-
getSpec
public final PersistentVolumeClaimSpec getSpec()
Description copied from interface:PersistentVolumeClaimTemplateThe specification for the PersistentVolumeClaim.The entire content is copied unchanged into the PVC that gets created from this template. The same fields as in a PersistentVolumeClaim are also valid here.
- Specified by:
getSpecin interfacePersistentVolumeClaimTemplate
-
getMetadata
public final ObjectMeta getMetadata()
Description copied from interface:PersistentVolumeClaimTemplateMay contain labels and annotations that will be copied into the PVC when creating it.No other fields are allowed and will be rejected during validation.
- Specified by:
getMetadatain interfacePersistentVolumeClaimTemplate
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-