Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetPodVolumeNames (0.17 sec)

  1. pkg/volume/util/util_test.go

    			path := MakeAbsolutePath(test.goos, test.path)
    			if path != test.expectedPath {
    				t.Errorf("[%s] Expected %s saw %s", test.name, test.expectedPath, path)
    			}
    		}
    	}
    }
    
    func TestGetPodVolumeNames(t *testing.T) {
    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.SELinuxMountReadWriteOncePod, true)
    	tests := []struct {
    		name                    string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 12:32:15 UTC 2024
    - 28.7K bytes
    - Viewed (0)
Back to top