Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validpathType (0.16 sec)

  1. pkg/volume/hostpath/host_path_test.go

    			exists:        true,
    			validpathType: newHostPathTypeList(string(v1.HostPathBlockDev), string(v1.HostPathFileOrCreate), string(v1.HostPathFile)),
    			invalidpathType: newHostPathTypeList(string(v1.HostPathDirectoryOrCreate), string(v1.HostPathDirectory),
    				string(v1.HostPathSocket), string(v1.HostPathCharDev)),
    		},
    	}
    
    	for i, tc := range testCases {
    		for _, pathType := range tc.validpathType {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 00:37:30 UTC 2023
    - 20.5K bytes
    - Viewed (0)
Back to top