Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ROLE (0.11 sec)

  1. pkg/apis/core/validation/validation_test.go

    	}
    }
    
    func TestValidateLinuxPodSecurityContext(t *testing.T) {
    	runAsUser := int64(1)
    	validLinuxSC := &core.PodSecurityContext{
    		SELinuxOptions: &core.SELinuxOptions{
    			User:  "user",
    			Role:  "role",
    			Type:  "type",
    			Level: "level",
    		},
    		RunAsUser: &runAsUser,
    	}
    	invalidLinuxSC := &core.PodSecurityContext{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "level": {
                "description": "Level is SELinux level label that applies to the container.",
                "type": "string"
              },
              "role": {
                "description": "Role is a SELinux role label that applies to the container.",
                "type": "string"
              },
              "type": {
                "description": "Type is a SELinux type label that applies to the container.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
Back to top