python/docs/V1PersistentVolumeClaim.md
2016-11-02 13:38:36 -07:00

1020 B

V1PersistentVolumeClaim

Properties

Name Type Description Notes
metadata V1ObjectMeta Standard object's metadata. More info: http://releases.k8s.io/HEAD/docs/devel/api-conventions.md#metadata [optional]
spec V1PersistentVolumeClaimSpec Spec defines the desired characteristics of a volume requested by a pod author. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims [optional]
status V1PersistentVolumeClaimStatus Status represents the current information/status of a persistent volume claim. Read-only. More info: http://kubernetes.io/docs/user-guide/persistent-volumes#persistentvolumeclaims [optional]

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