mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Create C:\tmp if DNE
This commit is contained in:
parent
12f36302f9
commit
d5e838f864
@ -47,10 +47,11 @@ var _ = SIGDescribe("Windows volume mounts ", func() {
|
||||
Medium: v1.StorageMediumDefault,
|
||||
},
|
||||
}
|
||||
|
||||
hostMapSource = v1.VolumeSource{
|
||||
hostPathDirectoryOrCreate = v1.HostPathDirectoryOrCreate
|
||||
hostMapSource = v1.VolumeSource{
|
||||
HostPath: &v1.HostPathVolumeSource{
|
||||
Path: hostMapPath,
|
||||
Type: &hostPathDirectoryOrCreate,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user