Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for prober (0.17 sec)

  1. manifests/charts/base/crds/crd-all.gen.yaml

                                type: string
                                x-kubernetes-validations:
                                - message: must be a valid duration greater than 1ms
                                  rule: duration(self) >= duration('1ms')
                              probes:
                                description: Maximum number of keepalive probes to send
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  2. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                type: string
                                x-kubernetes-validations:
                                - message: must be a valid duration greater than 1ms
                                  rule: duration(self) >= duration('1ms')
                              probes:
                                description: Maximum number of keepalive probes to send
    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. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                          description: The time duration between keep-alive
                                            probes.
                                          type: string
                                        probes:
                                          description: Maximum number of keepalive probes
                                            to send without response before deciding the
    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. pkg/apis/core/validation/validation_test.go

    	type args struct {
    		probe   *core.Probe
    		fldPath *field.Path
    	}
    	tests := []struct {
    		name string
    		args args
    		want field.ErrorList
    	}{{
    		args: args{
    			probe:   &core.Probe{},
    			fldPath: fldPath,
    		},
    		want: field.ErrorList{field.Required(fldPath, "must specify a handler type")},
    	}, {
    		args: args{
    			probe: &core.Probe{
    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. api/openapi-spec/v3/apis__apps__v1_openapi.json

                    "$ref": "#/components/schemas/io.k8s.api.core.v1.Probe"
                  }
                ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_Tensor, [{The concatenated tensor to write to the TensorArray.}]>:$value,
        Arg<TF_Float32Tensor, [{A float scalar that enforces proper chaining of operations.}]>:$flow_in
      );
    
      let results = (outs
        Res<TF_Float32Tensor, [{A float scalar that enforces proper chaining of operations.}]>:$flow_out
      );
    
      TF_DerivedOperandTypeAttr T = TF_DerivedOperandTypeAttr<2>;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  7. RELEASE.md

    jiefangxuanyan, Johannes Bannhofer, Jonathan Homer, Koan-Sin Tan, kouml, Loo
    Rong Jie, Lukas Geiger, manipopopo, Ming Li, Moritz KröGer, Naurril, Niranjan
    Hasabnis, Pan Daoxin, Peng Yu, pengwa, rasmi, Roger Xin, Roland Fernandez, Sami
    Kama, Samuel Matzek, Sangjung Woo, Sergei Lebedev, Sergii Khomenko, shaohua,
    Shaohua Zhang, Shujian2015, Sunitha Kambhampati, tomguluson92, ViníCius Camargo,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"TCPInfo.Last_data_sent", Field, 1},
    		{"TCPInfo.Lost", Field, 1},
    		{"TCPInfo.Options", Field, 1},
    		{"TCPInfo.Pad_cgo_0", Field, 1},
    		{"TCPInfo.Pmtu", Field, 1},
    		{"TCPInfo.Probes", Field, 1},
    		{"TCPInfo.Rcv_mss", Field, 1},
    		{"TCPInfo.Rcv_rtt", Field, 1},
    		{"TCPInfo.Rcv_space", Field, 1},
    		{"TCPInfo.Rcv_ssthresh", Field, 1},
    		{"TCPInfo.Reordering", Field, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top