Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestDropFSGroupFields (0.12 sec)

  1. pkg/api/pod/util_test.go

    							Name: ""}}}}}},
    		},
    	}
    	VisitPodConfigmapNames(emptyPod, func(name string) bool {
    		t.Fatalf("expected no empty names collected, got %q", name)
    		return false
    	}, AllContainers)
    }
    
    func TestDropFSGroupFields(t *testing.T) {
    	nofsGroupPod := func() *api.Pod {
    		return &api.Pod{
    			Spec: api.PodSpec{
    				Containers: []api.Container{
    					{
    						Name:  "container1",
    						Image: "testimage",
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top