MCPcopy
hub / github.com/helm/helm / ClientOptPlainHTTP

Function ClientOptPlainHTTP

pkg/registry/client.go:214–218  ·  view source on GitHub ↗

ClientOptPlainHTTP returns a function that enables plain HTTP (non-TLS) communication for the registry client.

()

Source from the content-addressed store, hash-verified

212// ClientOptPlainHTTP returns a function that enables plain HTTP (non-TLS)
213// communication for the registry client.
214func ClientOptPlainHTTP() ClientOption {
215 return func(c *Client) {
216 c.plainHTTP = true
217 }
218}
219
220type (
221 // LoginOption allows specifying various settings on login

Callers 4

newDefaultRegistryClientFunction · 0.92
newRegistryClientMethod · 0.92
newRegistryClientMethod · 0.92
setupFunction · 0.85

Calls

no outgoing calls

Tested by 1

setupFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…