mirror of https://github.com/k3s-io/k3s
fix head
parent
d880be0301
commit
0c5e421e92
|
@ -173,7 +173,7 @@ func testPDPod(diskName, targetHost string, readOnly bool) *api.Pod {
|
|||
{
|
||||
Name: "testpd",
|
||||
Source: api.VolumeSource{
|
||||
GCEPersistentDisk: &api.GCEPersistentDisk{
|
||||
GCEPersistentDisk: &api.GCEPersistentDiskVolumeSource{
|
||||
PDName: diskName,
|
||||
FSType: "ext4",
|
||||
ReadOnly: readOnly,
|
||||
|
|
Loading…
Reference in New Issue