mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +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"`
|
||||
// GCEPersistentDisk represents a GCE Disk resource that is attached to a
|
||||
// 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 *GitRepo `json:"gitRepo"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user