Files
c/kubernetes/docs/v1_persistent_volume_claim_volume_source.md
Kubernetes Prow Robot cf0538fd4d Automated openapi generation from release-1.24
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2022-06-05 18:16:17 +00:00

665 B

v1_persistent_volume_claim_volume_source_t

Properties

Name Type Description Notes
claim_name char * claimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
read_only int readOnly Will force the ReadOnly setting in VolumeMounts. Default false. [optional]

[Back to Model list] [Back to API list] [Back to README]