Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 53 of 53 for getThing (0.1 sec)

  1. cluster/gce/windows/k8s-node-setup.psm1

      # F1020 23:08:52.000083    9136 server.go:361] unable to load in-cluster
      # configuration, KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT must be
      # defined
      # TODO(pjh): still getting errors like these in kube-proxy log:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
  2. src/cmd/go/internal/test/test.go

    		// There are two user-visible effects of this change.
    		// First, you can actually run 'go test' in directories that
    		// have names that Windows thinks are installer-like,
    		// without getting a dialog box asking for more permissions.
    		// Second, in the Windows process listing during go test,
    		// the test shows up as test.test.exe, not pkgname.test.exe.
    		// That second one is a drawback, but it seems a small
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
  3. src/net/http/transport.go

    				return
    			}
    		case <-pc.closech:
    			return
    		}
    	}
    }
    
    // maxWriteWaitBeforeConnReuse is how long the a Transport RoundTrip
    // will wait to see the Request's Body.Write result after getting a
    // response from the server. See comments in (*persistConn).wroteRequest.
    //
    // In tests, we set this to a large value to avoid flakiness from inconsistent
    // recycling of connections.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
Back to top