mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Merge pull request #8238 from thockin/probe-logs
Better kubelet logging for probes
This commit is contained in:
		@@ -81,8 +81,8 @@ func (fakeKubeletClient) GetConnectionInfo(host string) (string, uint, http.Roun
 | 
			
		||||
	return "", 0, nil, errors.New("Not Implemented")
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func (fakeKubeletClient) HealthCheck(host string) (probe.Result, error) {
 | 
			
		||||
	return probe.Success, nil
 | 
			
		||||
func (fakeKubeletClient) HealthCheck(host string) (probe.Result, string, error) {
 | 
			
		||||
	return probe.Success, "", nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type delegateHandler struct {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user