Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    You can omit this parameter at all, but you should be aware that the amount of reserved memory from all NUMA nodes should be equal to the amount of memory specified by the [node allocatable](https://kubernetes.io/docs/tasks/administer-cluster/reserve-compute-resources/#node-allocatable). If at least one node allocatable parameter has a non-zero value, you will need to specify at least one NUMA node. Also, avoid specifying:\n\n1. Duplicates, the same NUMA node, and memory type, but with a different...
    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/api/core/v1/generated.pb.go

    	i--
    	dAtA[i] = 0x1a
    	if len(m.Allocatable) > 0 {
    		keysForAllocatable := make([]string, 0, len(m.Allocatable))
    		for k := range m.Allocatable {
    			keysForAllocatable = append(keysForAllocatable, string(k))
    		}
    		github_com_gogo_protobuf_sortkeys.Strings(keysForAllocatable)
    		for iNdEx := len(keysForAllocatable) - 1; iNdEx >= 0; iNdEx-- {
    			v := m.Allocatable[ResourceName(keysForAllocatable[iNdEx])]
    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. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "x-kubernetes-patch-merge-key": "type",
              "x-kubernetes-patch-strategy": "merge"
            },
            "allocatable": {
              "additionalProperties": {
                "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
              },
              "description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.",
              "type": "object"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  4. api/openapi-spec/v3/api__v1_openapi.json

                "x-kubernetes-patch-strategy": "merge"
              },
              "allocatable": {
                "additionalProperties": {
                  "$ref": "#/components/schemas/io.k8s.apimachinery.pkg.api.resource.Quantity"
                },
                "description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.",
                "type": "object"
    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. api/openapi-spec/swagger.json

              "x-kubernetes-patch-merge-key": "type",
              "x-kubernetes-patch-strategy": "merge"
            },
            "allocatable": {
              "additionalProperties": {
                "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
              },
              "description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.",
              "type": "object"
            },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "x-kubernetes-patch-merge-key": "type",
              "x-kubernetes-patch-strategy": "merge"
            },
            "allocatable": {
              "additionalProperties": {
                "$ref": "#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"
              },
              "description": "Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.",
              "type": "object"
            },
    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