PersistentVolumeClaim
Resource Icon

Resource Overview
A Kubernetes resource used to request a PersistentVolume.
Associated Resources
Parent Resource
Connected Resources
Resource Configuration
Basic Settings
namespace: Namespace where the PVC resource will be createdannotations: Kubernetes system metadatalabels: User-defined labels for PVC identification and classificationspec.storage_class_name: Name of the StorageClass to usespec.volume_name: Name of the PersistentVolume to bindspec.volume_mode: Storage provisioning mode -Filesystem / Blockspec.request_storage: Amount of storage requestedspec.access_modes: Requested volume access modes -ReadOnlyMany, ReadWriteOnce, ReadWriteManywait_until_bound: Whether to wait until the PVC is bound to a PV