Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for JSpecify (0.25 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

              GRPCRoute provides a way to route gRPC requests. This includes the capability
              to match requests by hostname, gRPC service, gRPC method, or HTTP/2 header.
              Filters can be used to specify additional processing steps. Backends specify
              where matching requests will be routed.
    
    
              GRPCRoute falls under extended support within the Gateway API. Within the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                  properties:
                                    h2UpgradePolicy:
                                      description: |-
                                        Specify if http1.1 connection should be upgraded to http2 for the associated destination.
    
                                        Valid Options: DEFAULT, DO_NOT_UPGRADE, UPGRADE
                                      enum:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  3. manifests/charts/base/crds/crd-all.gen.yaml

                                  properties:
                                    h2UpgradePolicy:
                                      description: |-
                                        Specify if http1.1 connection should be upgraded to http2 for the associated destination.
    
                                        Valid Options: DEFAULT, DO_NOT_UPGRADE, UPGRADE
                                      enum:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  4. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                  description: HTTP connection pool settings.
                                  properties:
                                    h2UpgradePolicy:
                                      description: Specify if http1.1 connection should
                                        be upgraded to http2 for the associated destination.
                                      enum:
                                      - DEFAULT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                  "uniqueItems": true
                }
              },
              {
                "description": "Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion.",
                "in": "query",
                "name": "watch",
                "schema": {
                  "type": "boolean",
                  "uniqueItems": true
                }
              }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 12:18:45 UTC 2024
    - 656.6K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

              },
              "partition": {
                "description": "partition is the partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as \"1\". Similarly, the volume partition for /dev/sda is \"0\" (or you can leave the property empty).",
                "format": "int32",
                "type": "integer"
              },
              "readOnly": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_DequantizeOp : TF_Op<"Dequantize", [Pure]> {
      let summary = [{
    Dequantize the 'input' tensor into a float or bfloat16 Tensor.
      }];
    
      let description = [{
    [min_range, max_range] are scalar floats that specify the range for
    the output. The 'mode' attribute controls exactly which calculations are
    used to convert the float values to their quantized equivalents.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  8. RELEASE.md

            `tensorflow[and-cuda]==2.15.0` will not install this fixed version.
            Please use `==2.15.0.post1` to specify this exact version on Linux
            platforms, or a fuzzy version specification, such as `==2.15.*`, to
            specify the most recent compatible version of TensorFlow 2.15 on all
            platforms.
    
    # Release 2.15.0
    
    ## TensorFlow
    
    ### Breaking Changes
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  9. pkg/apis/core/validation/validation_test.go

    						Type: newHostPathType(string(core.HostPathDirectory)),
    					},
    				},
    			},
    			errs: []verr{{
    				etype:  field.ErrorTypeForbidden,
    				field:  "hostPath",
    				detail: "may not specify more than 1 volume",
    			}},
    		},
    		// HostPath Default
    		{
    			name: "default HostPath",
    			vol: core.Volume{
    				Name: "hostpath",
    				VolumeSource: core.VolumeSource{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top