Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for LocalhostProfile (0.16 sec)

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

    					SeccompProfile: &v1.SeccompProfile{
    						Type:             v1.SeccompProfileType(ctr.SecurityContext.SeccompProfile.Type),
    						LocalhostProfile: ctr.SecurityContext.SeccompProfile.LocalhostProfile,
    					},
    				}
    			}
    		}
    		errList := validateSeccompAnnotationsAndFields(test.pod.ObjectMeta, &test.pod.Spec, field.NewPath(""))
    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

          },
          "io.k8s.api.core.v1.AppArmorProfile": {
            "description": "AppArmorProfile defines a pod or container's AppArmor settings.",
            "properties": {
              "localhostProfile": {
                "description": "localhostProfile indicates a profile loaded on the node that should be used. The profile must be preconfigured on the node to work. Must match the loaded name of the profile. Must be set if and only if type is \"Localhost\".",
    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. CHANGELOG/CHANGELOG-1.19.md

    ```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