Interface PersistentVolumeClaimVolumeSource

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    PersistentVolumeClaimVolumeSource.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.85.0 (build 08ee592)",
               date="2023-07-25T00:18:39.462Z")
    @Stability(Stable)
    public interface PersistentVolumeClaimVolumeSource
    extends software.amazon.jsii.JsiiSerializable
    PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace.

    This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).