Added NFS to PV structs

This commit is contained in:
markturansky
2015-04-30 12:16:51 -04:00
parent e25210d367
commit 68ce264a6d
7 changed files with 20 additions and 0 deletions

View File

@@ -222,6 +222,8 @@ type PersistentVolumeSource struct {
HostPath *HostPathVolumeSource `json:"hostPath"`
// Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod
Glusterfs *GlusterfsVolumeSource `json:"glusterfs"`
// NFS represents an NFS mount on the host that shares a pod's lifetime
NFS *NFSVolumeSource `json:"nfs"`
}
type PersistentVolumeClaimVolumeSource struct {