mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-29 21:29:24 +00:00
@@ -277,7 +277,7 @@ func TestDiskConflicts(t *testing.T) {
|
||||
Volumes: []api.Volume{
|
||||
{
|
||||
Source: api.VolumeSource{
|
||||
GCEPersistentDisk: &api.GCEPersistentDisk{
|
||||
GCEPersistentDisk: &api.GCEPersistentDiskVolumeSource{
|
||||
PDName: "foo",
|
||||
},
|
||||
},
|
||||
@@ -288,7 +288,7 @@ func TestDiskConflicts(t *testing.T) {
|
||||
Volumes: []api.Volume{
|
||||
{
|
||||
Source: api.VolumeSource{
|
||||
GCEPersistentDisk: &api.GCEPersistentDisk{
|
||||
GCEPersistentDisk: &api.GCEPersistentDiskVolumeSource{
|
||||
PDName: "bar",
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user