MCPcopy
hub / github.com/helm/helm / ClientOptWriter

Function ClientOptWriter

pkg/registry/client.go:172–176  ·  view source on GitHub ↗

ClientOptWriter returns a function that sets the writer setting on client options set

(out io.Writer)

Source from the content-addressed store, hash-verified

170
171// ClientOptWriter returns a function that sets the writer setting on client options set
172func ClientOptWriter(out io.Writer) ClientOption {
173 return func(client *Client) {
174 client.out = out
175 }
176}
177
178// ClientOptAuthorizer returns a function that sets the authorizer setting on a client options set. This
179// can be used to override the default authorization mechanism.

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…