We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 550fb1b + d5e838f commit 37016c3Copy full SHA for 37016c3
test/e2e/windows/volumes.go
@@ -47,10 +47,11 @@ var _ = SIGDescribe("Windows volume mounts ", func() {
47
Medium: v1.StorageMediumDefault,
48
},
49
}
50
-
51
- hostMapSource = v1.VolumeSource{
+ hostPathDirectoryOrCreate = v1.HostPathDirectoryOrCreate
+ hostMapSource = v1.VolumeSource{
52
HostPath: &v1.HostPathVolumeSource{
53
Path: hostMapPath,
54
+ Type: &hostPathDirectoryOrCreate,
55
56
57
)
0 commit comments