Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 11 for reqTests (0.34 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                description: Maximum number of requests that will be queued
                                  while waiting for a ready connection pool connection.
                                format: int32
                                type: integer
                              http2MaxRequests:
                                description: Maximum number of active requests to a destination.
                                format: int32
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

            "properties": {
              "driverName": {
                "description": "DriverName is the name used by the DRA driver kubelet plugin.",
                "type": "string"
              },
              "requests": {
                "description": "Requests describes all resources that are needed from the driver.",
                "items": {
                  "allOf": [
                    {
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

                  }
                ],
                "description": "Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported."
              },
              "secretKeyRef": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  4. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                description: Maximum number of requests that will be queued
                                  while waiting for a ready connection pool connection.
                                format: int32
                                type: integer
                              http2MaxRequests:
                                description: Maximum number of active requests to a destination.
                                format: int32
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  5. manifests/charts/base/crds/crd-all.gen.yaml

                                description: Maximum number of requests that will be queued
                                  while waiting for a ready connection pool connection.
                                format: int32
                                type: integer
                              http2MaxRequests:
                                description: Maximum number of active requests to a destination.
                                format: int32
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    		input   core.ResourceName
    		success bool
    		expect  string
    	}{
    		{"memory", true, ""},
    		{"cpu", true, ""},
    		{"storage", true, ""},
    		{"requests.cpu", true, ""},
    		{"requests.memory", true, ""},
    		{"requests.storage", true, ""},
    		{"limits.cpu", true, ""},
    		{"limits.memory", true, ""},
    		{"network", false, ""},
    		{"disk", false, ""},
    		{"", false, ""},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  7. tests/integration/pilot/testdata/gateway-api-crd.yaml

    
                                Support: Extended
                              pattern: ^([0-9]{1,5}(h|m|s|ms)){1,4}$
                              type: string
                            request:
                              description: |-
                                Request specifies the maximum duration for a gateway to respond to an HTTP request.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.19.md

    - Apiserver add a new flag --goaway-chance which is the fraction of requests that will be closed gracefully(GOAWAY) to prevent HTTP/2 clients from getting stuck on a single apiserver. 
      After the connection closed(received GOAWAY), the client's other in-flight requests won't be affected, and the client will reconnect. 
      The flag min value is 0 (off), max is .02 (1/50 requests); .001 (1/1000) is a recommended starting point.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  9. RELEASE.md

        now served with tensorflow/serving, it will accept requests using 'inputs'
        and 'outputs'. Starting at 1.2, such a model will accept the keys specified
        during export. Therefore, inference requests using 'inputs' and 'outputs'
        may start to fail. To fix this, either update any inference clients to send
        requests with the actual input and output keys used by the trainer code, or
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  10. api/go1.20.txt

    pkg net/http/httputil, method (*ProxyRequest) SetXForwarded() #53002
    pkg net/http/httputil, type ProxyRequest struct #53002
    pkg net/http/httputil, type ProxyRequest struct, In *http.Request #53002
    pkg net/http/httputil, type ProxyRequest struct, Out *http.Request #53002
    pkg net/http/httputil, type ReverseProxy struct, Rewrite func(*ProxyRequest) #53002
    pkg net/http, method (*ResponseController) Flush() error #54136
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (0)
Back to top