mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-10-31 22:01:06 +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 { | func (p *prober) newExecInContainer(pod *api.Pod, container api.Container, containerID string, cmd []string) exec.Cmd { | ||||||
| 	return execInContainer{func() ([]byte, error) { | 	return execInContainer{func() ([]byte, error) { | ||||||
| 		return p.runner.RunInContainer(containerID, cmd) | 		return p.Runner.RunInContainer(containerID, cmd) | ||||||
| 	}} | 	}} | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user