Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for itemout (0.3 sec)

  1. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                description: TCP connection timeout.
                                type: string
                                x-kubernetes-validations:
                                - message: must be a valid duration greater than 1ms
                                  rule: duration(self) >= duration('1ms')
                              idleTimeout:
                                description: The idle timeout for TCP connections.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                                description: TCP connection timeout.
                                type: string
                                x-kubernetes-validations:
                                - message: must be a valid duration greater than 1ms
                                  rule: duration(self) >= duration('1ms')
                              idleTimeout:
                                description: The idle timeout for TCP connections.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                            required:
                            - destination
                            type: object
                          type: array
                        timeout:
                          description: Timeout for HTTP requests, default is disabled.
                          type: string
                      type: object
                    type: array
                  tcp:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. tests/integration/pilot/testdata/gateway-api-crd.yaml

                                instead interpret the zero duration as the longest possible value to which
                                the timeout can be set.
    
    
                                An entire client HTTP transaction with a gateway, covered by the Request timeout,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/apis__resource.k8s.io__v1alpha2_openapi.json

                "name": "sendInitialEvents",
                "schema": {
                  "type": "boolean",
                  "uniqueItems": true
                }
              },
              {
                "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.",
                "in": "query",
                "name": "timeoutSeconds",
                "schema": {
    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

              "name": "sendInitialEvents",
              "schema": {
                "type": "boolean",
                "uniqueItems": true
              }
            },
            {
              "description": "Timeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity.",
              "in": "query",
              "name": "timeoutSeconds",
              "schema": {
                "type": "integer",
    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. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    	"net": {
    		{"(*AddrError).Error", Method, 0},
    		{"(*AddrError).Temporary", Method, 0},
    		{"(*AddrError).Timeout", Method, 0},
    		{"(*Buffers).Read", Method, 8},
    		{"(*Buffers).WriteTo", Method, 8},
    		{"(*DNSConfigError).Error", Method, 0},
    		{"(*DNSConfigError).Temporary", Method, 0},
    		{"(*DNSConfigError).Timeout", Method, 0},
    		{"(*DNSConfigError).Unwrap", Method, 13},
    		{"(*DNSError).Error", Method, 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)
  8. pkg/apis/core/validation/validation_test.go

    func TestValidateOrSetClientIPAffinityConfig(t *testing.T) {
    	successCases := map[string]*core.SessionAffinityConfig{
    		"non-empty config, valid timeout: 1": {
    			ClientIP: &core.ClientIPConfig{
    				TimeoutSeconds: utilpointer.Int32(1),
    			},
    		},
    		"non-empty config, valid timeout: core.MaxClientIPServiceAffinitySeconds-1": {
    			ClientIP: &core.ClientIPConfig{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  9. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.internal.execution.timeout.Timeout> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Timeout.java:0)
    Class <org.gradle.internal.execution.timeout.TimeoutHandler> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (TimeoutHandler.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  10. RELEASE.md

            significant if you have many PS servers. We are aware of this issue and
            working on fixes, for now we suggest using the legacy optimizers when
            using `ParameterServerStrategy`.
        *   **Timeout or performance loss.** We don't anticipate this to happen, but
            if you see such issues, please use the legacy optimizer, and file
            an issue in the Keras GitHub repo.
    
    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