mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Merge pull request #3900 from brendandburns/api2
Change persistentDisk to gcePersistentDisk for v1beta3
This commit is contained in:
commit
613aa42550
@ -181,7 +181,7 @@ type VolumeSource struct {
|
|||||||
EmptyDir *EmptyDir `json:"emptyDir"`
|
EmptyDir *EmptyDir `json:"emptyDir"`
|
||||||
// GCEPersistentDisk represents a GCE Disk resource that is attached to a
|
// GCEPersistentDisk represents a GCE Disk resource that is attached to a
|
||||||
// kubelet's host machine and then exposed to the pod.
|
// kubelet's host machine and then exposed to the pod.
|
||||||
GCEPersistentDisk *GCEPersistentDisk `json:"persistentDisk"`
|
GCEPersistentDisk *GCEPersistentDisk `json:"gcePersistentDisk"`
|
||||||
// GitRepo represents a git repository at a particular revision.
|
// GitRepo represents a git repository at a particular revision.
|
||||||
GitRepo *GitRepo `json:"gitRepo"`
|
GitRepo *GitRepo `json:"gitRepo"`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user