Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newPodSC (0.09 sec)

  1. pkg/securitycontext/accessors_test.go

    	runAsNonRootPod := false
    	runAsUserPod := int64(12)
    
    	testcases := map[string]struct {
    		newPodSC func() *api.PodSecurityContext
    		newSC    func() *api.SecurityContext
    	}{
    		"nil": {
    			newPodSC: func() *api.PodSecurityContext { return nil },
    			newSC:    func() *api.SecurityContext { return nil },
    		},
    		"zero": {
    			newPodSC: func() *api.PodSecurityContext { return &api.PodSecurityContext{} },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 22 16:15:27 UTC 2023
    - 27.8K bytes
    - Viewed (0)
Back to top