Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Allocate (0.23 sec)

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

              },
              "stdin": {
                "description": "Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false.",
                "type": "boolean"
              },
              "stdinOnce": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "description": "AllocationResult contains attributes of an allocated resource.",
            "properties": {
              "availableOnNodes": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.core.v1.NodeSelector"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - Add huge page stats to Allocated resources in "kubectl describe node" ([#80605](https://github.com/kubernetes/kubernetes/pull/80605), [@odinuge](https://github.com/odinuge)) [SIG CLI]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"F_UNLCK", Const, 0},
    		{"F_UNLCKSYS", Const, 0},
    		{"F_VOLPOSMODE", Const, 0},
    		{"F_WRITEBOOTSTRAP", Const, 0},
    		{"F_WRLCK", Const, 0},
    		{"Faccessat", Func, 0},
    		{"Fallocate", Func, 0},
    		{"Fbootstraptransfer_t", Type, 0},
    		{"Fbootstraptransfer_t.Buffer", Field, 0},
    		{"Fbootstraptransfer_t.Length", Field, 0},
    		{"Fbootstraptransfer_t.Offset", Field, 0},
    		{"Fchdir", Func, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. RELEASE.md

            `tf.function`-local variable: during each execution of the
            `tf.function`, the variable will be created and then disposed, similar
            to a local (i.e. stack-allocated) variable in C/C++. Currently
            `experimental_enable_variable_lifting=False` only works on non-XLA
            devices (e.g. under `@tf.function(jit_compile=False)`).
    
    *   TF SavedModel:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top