Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 97 for example2 (0.17 sec)

  1. api/openapi-spec/v3/apis__node.k8s.io__v1_openapi.json

    ...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 122.9K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__discovery.k8s.io__v1_openapi.json

              "fieldPath": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  3. src/reflect/value.go

    // setter (e.g., [Value.SetBool], [Value.SetInt]) will panic.
    func (v Value) CanSet() bool {
    	return v.flag&(flagAddr|flagRO) == flagAddr
    }
    
    // Call calls the function v with the input arguments in.
    // For example, if len(in) == 3, v.Call(in) represents the Go call v(in[0], in[1], in[2]).
    // Call panics if v's Kind is not [Func].
    // It returns the output results as Values.
    // As in Go, each input argument must be assignable to the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  4. cluster/gce/util.sh

      #staging_path example gs://kubernetes-staging-PROJECT/kubernetes-devel
      #basename_tar example kubernetes-server-linux-amd64.tar.gz
      local -r remote_tar_md5=$(gsutil_get_tar_md5 "${staging_path}/${basename_tar}")
      if [[ -n ${remote_tar_md5} ]]; then
        #local_tar_md5 checks the remote location for the existing tarball and its md5 hash
        #tar example ./_output/release-tars/kubernetes-server-linux-amd64.tar.gz
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  5. tests/integration/pilot/common/routing.go

          number: 80
          name: http
          protocol: HTTP
        hosts:
        - "*.example.com"
    ---
    ` + httpVirtualServiceTmpl,
    		children: []TrafficCall{
    			{
    				name: "no port",
    				call: nil,
    				opts: echo.CallOptions{
    					HTTP: echo.HTTP{
    						HTTP2:   true,
    						Headers: headers.New().WithHost("foo.example.com").Build(),
    					},
    					Port: echo.Port{
    						Protocol: protocol.HTTP,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // SavedModel. This is not strictly needed, as there is a separate pass that
      // will clean them up, but this makes staring at the raw IR of minimal
      // examples quite a bit nicer.
      for (auto func :
           llvm::make_early_inc_range(module->getOps<mlir::func::FuncOp>())) {
        if (func.getName().starts_with("__inference__traced_save_") ||
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  7. api/openapi-spec/v3/apis__events.k8s.io__v1_openapi.json

              "fieldPath": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 142.7K bytes
    - Viewed (0)
  8. api/openapi-spec/v3/apis__scheduling.k8s.io__v1_openapi.json

              },
              "group": {
                "description": "group is the preferred group of the resource.  Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\".",
                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 116.6K bytes
    - Viewed (0)
  9. api/openapi-spec/v3/apis__storage.k8s.io__v1alpha1_openapi.json

              },
              "group": {
                "description": "group is the preferred group of the resource.  Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\".",
                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 117.5K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__storagemigration.k8s.io__v1alpha1_openapi.json

              },
              "group": {
                "description": "group is the preferred group of the resource.  Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale\".",
                "type": "string"
              },
              "kind": {
                "default": "",
                "description": "kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo')",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 133.3K bytes
    - Viewed (0)
Back to top