Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for SecurityContext (0.15 sec)

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

    		"SecurityContext.HostPID",
    		"SecurityContext.HostUsers",
    		"SecurityContext.RunAsGroup",
    		"SecurityContext.RunAsUser",
    		"SecurityContext.SELinuxOptions",
    		"SecurityContext.SeccompProfile",
    		"SecurityContext.ShareProcessNamespace",
    		"SecurityContext.SupplementalGroups",
    		"SecurityContext.SupplementalGroupsPolicy",
    		"SecurityContext.Sysctls",
    		"SecurityContext.WindowsOptions",
    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

    - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.securityContext.supplementalGroupsPolicy - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                - name: {{ $key }}
                  value: "{{ $value }}"
                {{- end }}
              {{- end }}
                resources:
              {{ template "resources" . }}
                securityContext:
                  allowPrivilegeEscalation: {{ .Values.global.proxy.privileged }}
                  privileged: {{ .Values.global.proxy.privileged }}
                  capabilities:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.19.md

    Technically this means that a first class `seccompProfile` field has been added to the Pod and Container `securityContext` objects:
    
    ```yaml
    securityContext:
      seccompProfile:
        type: RuntimeDefault|Localhost|Unconfined # choose one of the three
        localhostProfile: my-profiles/profile-allow.json # only necessary if type == Localhost
    ```
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top