PrintingKubeWaiter implements kube.Waiter, but simply prints the reader to the given output
| 38 | |
| 39 | // PrintingKubeWaiter implements kube.Waiter, but simply prints the reader to the given output |
| 40 | type PrintingKubeWaiter struct { |
| 41 | Out io.Writer |
| 42 | LogOutput io.Writer |
| 43 | } |
| 44 | |
| 45 | var _ kube.Interface = &PrintingKubeClient{} |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected