python/kubernetes/docs/V1PersistentVolumeClaimVolumeSource.md
2017-06-29 01:34:59 -07:00

646 B

V1PersistentVolumeClaimVolumeSource

Properties

Name Type Description Notes
claim_name str 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 bool Will force the ReadOnly setting in VolumeMounts. Default false. [optional]

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