PersistentVolume
Resource Icon

Resource Overview
A Kubernetes resource that provides network-attached storage to a cluster.
Associated Resources
Parent Resource
Connected Resources
Resource Configuration
Basic Settings
annotations: Kubernetes system metadatalabels: User-defined labels for PV identification and classificationspec.storage_class_name: Name of the StorageClass to usespec.storage_capacity: Storage capacityspec.volume_driver: CSI-based volume driverspec.volume_handle: Identifier of the actual storage resourcespec.persistent_volume_reclaim_policy: Volume handling policy when the claim is released -Retain / Delete / Recyclespec.read_only: Whether the volume is read-onlyspec.volume_attributes: Additional volume attributes specific to the driverspec.access_modes: Volume access modes -ReadOnlyMany, ReadWriteOnce, ReadWriteManyspec.mount_options: Additional mount optionsnode_stage_secret_ref: Reference to a Secret containing storage access credentials