You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: Create a Pod with host volume mounted. The volume mounted MUST be a directory with permissions mode -rwxrwxrwx and that is has the sticky bit (mode flag t) set.
44
+
Host path, volume mode default
45
+
Create a Pod with host volume mounted. The volume mounted MUST be a directory with permissions mode -rwxrwxrwx and that is has the sticky bit (mode flag t) set.
47
46
This test is marked LinuxOnly since Windows does not support setting the sticky bit (mode flag t).
48
47
*/
49
-
framework.ConformanceIt("should give a volume the correct mode [LinuxOnly] [NodeConformance]", func() {
48
+
ginkgo.It("should give a volume the correct mode [LinuxOnly] [NodeConformance]", func() {
0 commit comments