Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for watcher (0.4 sec)

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

    "`sendInitialEvents=true` may be set together with `watch=true`. In that case, the watch stream will begin with synthetic events to produce the current state of objects in the collection. Once all such events have been sent, a synthetic \"Bookmark\" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `\"k8s.io/initial-events-end\": \"true\"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events...
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "in": "query",
              "name": "watch",
              "schema": {
                "type": "boolean",
                "uniqueItems": true
              }
            }
          ]
        },
        "/apis/apps/v1/watch/controllerrevisions": {
          "get": {
            "description": "watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    ksize_cols * depth]` containing image patches with size
    `ksize_rows x ksize_cols x depth` vectorized in the "depth" dimension. Note
    `out_rows` and `out_cols` are the dimensions of the output patches.}]>:$patches
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<0>;
    }
    
    def TF_FFTOp : TF_Op<"FFT", [Pure]> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  4. RELEASE.md

            during the python Dataset object creation instead doing it during
            Iterator creation time.
        *   Add `batch_dims` argument to `tf.gather`.
        *   The behavior of `tf.gather` is now correct when `axis=None` and
            `batch_dims<0`.
        *   Update docstring for gather to properly describe the non-empty
            `batch_dims` case.
        *   Removing of dtype in the constructor of initializers and partition_info
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      values to choose the correct Listener and its associated set of Routes.
    
    
                      Exact matches must be processed before wildcard matches, and wildcard
                      matches must be processed before fallback (empty Hostname value)
                      matches. For example, `"foo.example.com"` takes precedence over
                      `"*.example.com"`, and `"*.example.com"` takes precedence over `""`.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
Back to top