Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateDialer (0.17 sec)

  1. cmd/kubelet/app/server.go

    		clientConfig.Wrap(tracing.WrapperFor(tp))
    	}
    	return clientConfig, onHeartbeatFailure, nil
    }
    
    // updateDialer instruments a restconfig with a dial. the returned function allows forcefully closing all active connections.
    func updateDialer(clientConfig *restclient.Config) (func(), error) {
    	if clientConfig.Transport != nil || clientConfig.Dial != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:34 UTC 2024
    - 53.9K bytes
    - Viewed (0)
Back to top