Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for timeoutSeconds (2.04 sec)

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

              },
              {
                "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",
                  "uniqueItems": true
                }
              }
            ],
            "requestBody": {
              "content": {
    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. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                          port:
                            type: integer
                        required:
                        - port
                        type: object
                      timeoutSeconds:
                        description: Number of seconds after which the probe times out.
                        format: int32
                        type: integer
                    type: object
                  template:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__apps__v1_openapi.json

                "format": "int64",
                "type": "integer"
              },
              "timeoutSeconds": {
                "description": "Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes",
    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. pkg/apis/core/validation/validation_test.go

    		"empty client IP config": {
    			ClientIP: nil,
    		},
    		"empty timeoutSeconds": {
    			ClientIP: &core.ClientIPConfig{
    				TimeoutSeconds: nil,
    			},
    		},
    		"non-empty config, invalid timeout: core.MaxClientIPServiceAffinitySeconds+1": {
    			ClientIP: &core.ClientIPConfig{
    				TimeoutSeconds: utilpointer.Int32(core.MaxClientIPServiceAffinitySeconds + 1),
    			},
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                            minimum: 0
                            type: integer
                        required:
                        - port
                        type: object
                      timeoutSeconds:
                        description: Number of seconds after which the probe times out.
                        format: int32
                        type: integer
                    type: object
                  template:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  6. manifests/charts/base/crds/crd-all.gen.yaml

                            minimum: 0
                            type: integer
                        required:
                        - port
                        type: object
                      timeoutSeconds:
                        description: Number of seconds after which the probe times out.
                        format: int32
                        type: integer
                    type: object
                  template:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        TF_Int32Tensor:$instance_key,
        Variadic<TF_ResourceTensor>:$ordering_token,
    
        DefaultValuedOptionalAttr<StrAttr, "\"auto\"">:$communication_hint,
        DefaultValuedOptionalAttr<F32Attr, "0.0f">:$timeout_seconds,
        DefaultValuedOptionalAttr<BoolAttr, "false">:$is_stateless
      );
    
      let results = (outs
        TF_FpOrI32OrI64Tensor:$data
      );
    
    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