mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 05:27:21 +00:00
Merge pull request #80182 from wongma7/windows-hostpath-test-master
Create C:\tmp if DNE
This commit is contained in:
commit
37016c3364
@ -47,10 +47,11 @@ var _ = SIGDescribe("Windows volume mounts ", func() {
|
|||||||
Medium: v1.StorageMediumDefault,
|
Medium: v1.StorageMediumDefault,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
hostPathDirectoryOrCreate = v1.HostPathDirectoryOrCreate
|
||||||
hostMapSource = v1.VolumeSource{
|
hostMapSource = v1.VolumeSource{
|
||||||
HostPath: &v1.HostPathVolumeSource{
|
HostPath: &v1.HostPathVolumeSource{
|
||||||
Path: hostMapPath,
|
Path: hostMapPath,
|
||||||
|
Type: &hostPathDirectoryOrCreate,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user