MCPcopy
hub / github.com/helm/helm / PrintingKubeWaiter

Struct PrintingKubeWaiter

pkg/kube/fake/printer.go:40–43  ·  view source on GitHub ↗

PrintingKubeWaiter implements kube.Waiter, but simply prints the reader to the given output

Source from the content-addressed store, hash-verified

38
39// PrintingKubeWaiter implements kube.Waiter, but simply prints the reader to the given output
40type PrintingKubeWaiter struct {
41 Out io.Writer
42 LogOutput io.Writer
43}
44
45var _ kube.Interface = &PrintingKubeClient{}
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected