Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestFSGroupMount (0.29 sec)

  1. pkg/volume/local/local_linux_test.go

    	pod2.Spec.SecurityContext = &v1.PodSecurityContext{
    		FSGroup: &fsGroup2,
    	}
    	err = testFSGroupMount(plug, pod1, tmpDir, fsGroup1)
    	if err != nil {
    		t.Errorf("Failed to make a new Mounter: %v", err)
    	}
    	err = testFSGroupMount(plug, pod2, tmpDir, fsGroup2)
    	if err != nil {
    		t.Errorf("Failed to make a new Mounter: %v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 2K bytes
    - Viewed (0)
Back to top