Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for LocalhostProfile (0.52 sec)

  1. staging/src/k8s.io/api/core/v1/generated.pb.go

    func (m *AppArmorProfile) MarshalToSizedBuffer(dAtA []byte) (int, error) {
    	i := len(dAtA)
    	_ = i
    	var l int
    	_ = l
    	if m.LocalhostProfile != nil {
    		i -= len(*m.LocalhostProfile)
    		copy(dAtA[i:], *m.LocalhostProfile)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.LocalhostProfile)))
    		i--
    		dAtA[i] = 0x12
    	}
    	i -= len(m.Type)
    	copy(dAtA[i:], m.Type)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  2. api/openapi-spec/v3/api__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
    - 1.8M bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Format:      "",
    							Enum:        []interface{}{"Localhost", "RuntimeDefault", "Unconfined"},
    						},
    					},
    					"localhostProfile": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.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 Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.",
          "properties": {
            "localhostProfile": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          "description": "SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.",
          "properties": {
            "localhostProfile": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top