Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ROLE (0.05 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

      namespace: istio-system
    spec:
      minAvailable: 1
      selector:
        matchLabels:
          app: istiod
          istio: pilot
    
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: Role
    metadata:
      labels:
        install.operator.istio.io/owning-resource: unknown
        istio.io/rev: default
        operator.istio.io/component: EgressGateways
        release: istio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. 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)
  3. CHANGELOG/CHANGELOG-1.19.md

    - Fixed a regression preventing garbage collection of RBAC role and binding objects ([#90534](https://github.com/kubernetes/kubernetes/pull/90534), [@apelisse](https://github.com/apelisse)) [SIG Auth]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. 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