mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-04 07:49:35 +00:00 
			
		
		
		
	change probe.runner to probe.Runner as based
This commit is contained in:
		@@ -256,7 +256,7 @@ type execInContainer struct {
 | 
			
		||||
 | 
			
		||||
func (p *prober) newExecInContainer(pod *api.Pod, container api.Container, containerID string, cmd []string) exec.Cmd {
 | 
			
		||||
	return execInContainer{func() ([]byte, error) {
 | 
			
		||||
		return p.runner.RunInContainer(containerID, cmd)
 | 
			
		||||
		return p.Runner.RunInContainer(containerID, cmd)
 | 
			
		||||
	}}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user