Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for createfing (0.18 sec)

  1. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  }
                ],
                "default": {},
                "description": "Spec describes the desired attributes of a resource that then needs to be allocated. It can only be set once when creating the ResourceClaim."
              },
              "status": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.resource.v1alpha2.ResourceClaimStatus"
                  }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/gateway-api-crd.yaml

          priority: 1
          type: string
        name: v1
        schema:
          openAPIV3Schema:
            description: |-
              GatewayClass describes a class of Gateways available to the user for creating
              Gateway resources.
    
    
              It is recommended that this resource be used as a template for Gateways. This
              means that a Gateway is based on the state of the GatewayClass at the time it
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  3. RELEASE.md

            CPU/memory usage.
        *   Added
            [`tf.data.experimental.from_list`](https://www.tensorflow.org/api_docs/python/tf/data/experimental/from_list),
            a new API for creating `Dataset`s from lists of elements.
        *   Graduated experimental APIs:
            *   [`tf.data.Dataset.counter`](https://www.tensorflow.org/api_docs/python/tf/data/Dataset/#counter),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "type": "string"
              }
            },
            "type": "object"
          },
          "io.k8s.api.core.v1.ClusterTrustBundleProjection": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    pipelines to be defined without an additional initialization
    ("MakeIterator") step.
    
    One-shot iterators have the following limitations:
    
    * They do not support parameterization: all logic for creating the underlying
      dataset must be bundled in the `dataset_factory` function.
    * They are not resettable. Once a one-shot iterator reaches the end of its
      underlying dataset, subsequent "IteratorGetNext" operations on that
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top