MCPcopy
hub / github.com/helm/helm / PrintingKubeClient

Struct PrintingKubeClient

pkg/kube/fake/printer.go:34–37  ·  view source on GitHub ↗

PrintingKubeClient implements KubeClient, but simply prints the reader to the given output.

Source from the content-addressed store, hash-verified

32// PrintingKubeClient implements KubeClient, but simply prints the reader to
33// the given output.
34type PrintingKubeClient struct {
35 Out io.Writer
36 LogOutput io.Writer
37}
38
39// PrintingKubeWaiter implements kube.Waiter, but simply prints the reader to the given output
40type PrintingKubeWaiter struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected