PersistentVolumeClaim
Resource Icon
Resource Overview
A Kubernetes resource that requests a Persistent Volume (PV).
Associated Resources
Parent Resource
Connected Resources
Resource Setting Values
service_name
: Name of the PersistentVolumeClaim resourcenamespace
: Namespace where PVC resources will be deployedannotations
: A key-value used to display necessary information in the Kubernetes systemlabels
: To distinguish objects, the user arbitrarily specifies the desired valuespec
: Define specific specifications of PVCspec.storage_class_name
: Specify the storage class name to usespec.volume_name
: PV name to be connected to PVCspec.request_storage
: Storage capacity to allocate to PVspec.access_modes
: Desired access mode that the PV must have - (Must contain or match the access mode of the PV)