Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for ADDS (0.26 sec)

  1. pkg/generated/openapi/zz_generated.openapi.go

    func schema_k8sio_api_core_v1_Capabilities(ref common.ReferenceCallback) common.OpenAPIDefinition {
    	return common.OpenAPIDefinition{
    		Schema: spec.Schema{
    			SchemaProps: spec.SchemaProps{
    				Description: "Adds and removes POSIX capabilities from running containers.",
    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"add": {
    						VendorExtensible: spec.VendorExtensible{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  2. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "type": "object"
            }
          },
          "required": [
            "driver"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.Capabilities": {
          "description": "Adds and removes POSIX capabilities from running containers.",
          "properties": {
            "add": {
              "description": "Added capabilities",
              "items": {
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  3. api/openapi-spec/swagger.json

              "type": "object"
            }
          },
          "required": [
            "driver"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.Capabilities": {
          "description": "Adds and removes POSIX capabilities from running containers.",
          "properties": {
            "add": {
              "description": "Added capabilities",
              "items": {
                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  4. api/openapi-spec/v3/api__v1_openapi.json

              }
            },
            "required": [
              "driver"
            ],
            "type": "object"
          },
          "io.k8s.api.core.v1.Capabilities": {
            "description": "Adds and removes POSIX capabilities from running containers.",
            "properties": {
              "add": {
                "description": "Added capabilities",
                "items": {
                  "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/opGen.go

    				{1, 1}, // R0
    			},
    			clobbers: 20492, // R2 R3 R12 R14
    			outputs: []outputInfo{
    				{0, 1}, // R0
    				{1, 2}, // R1
    			},
    		},
    	},
    	{
    		name:        "ADDS",
    		argLen:      2,
    		commutative: true,
    		asm:         arm.AADD,
    		reg: regInfo{
    			inputs: []inputInfo{
    				{0, 22527}, // R0 R1 R2 R3 R4 R5 R6 R7 R8 R9 g R12 R14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 1M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "type": "object"
            }
          },
          "required": [
            "driver"
          ],
          "type": "object"
        },
        "io.k8s.api.core.v1.Capabilities": {
          "description": "Adds and removes POSIX capabilities from running containers.",
          "properties": {
            "add": {
              "description": "Added capabilities",
              "items": {
                "type": "string"
              },
    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