Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for SeccompProfile (0.18 sec)

  1. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "seccompProfile": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.SeccompProfile"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.27.md

    - The `SecurityContextDeny` admission plugin is going deprecated and will be removed in future versions....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  3. samples/addons/grafana.yaml

              imagePullPolicy: IfNotPresent
              securityContext:
                allowPrivilegeEscalation: false
                capabilities:
                  drop:
                  - ALL
                seccompProfile:
                  type: RuntimeDefault
              volumeMounts:
                - name: config
                  mountPath: "/etc/grafana/grafana.ini"
                  subPath: grafana.ini
                - name: storage
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  4. pkg/generated/openapi/zz_generated.openapi.go

    							Enum:        []interface{}{"Always", "OnRootMismatch"},
    						},
    					},
    					"seccompProfile": {
    						SchemaProps: spec.SchemaProps{
    							Description: "The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows.",
    							Ref:         ref("k8s.io/api/core/v1.SeccompProfile"),
    						},
    					},
    					"appArmorProfile": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

            },
            "seccompProfile": {
              "$ref": "#/definitions/io.k8s.api.core.v1.SeccompProfile",
              "description": "The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows."
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top