MCPcopy Index your code
hub / github.com/helm/helm / WithInsecureSkipTLSVerify

Function WithInsecureSkipTLSVerify

pkg/action/push.go:63–67  ·  view source on GitHub ↗

WithInsecureSkipTLSVerify determines if a TLS Certificate will be checked

(insecureSkipTLSVerify bool)

Source from the content-addressed store, hash-verified

61
62// WithInsecureSkipTLSVerify determines if a TLS Certificate will be checked
63func WithInsecureSkipTLSVerify(insecureSkipTLSVerify bool) PushOpt {
64 return func(p *Push) {
65 p.insecureSkipTLSVerify = insecureSkipTLSVerify
66 }
67}
68
69// WithPlainHTTP configures the use of plain HTTP connections.
70func WithPlainHTTP(plainHTTP bool) PushOpt {

Callers 2

newPushCmdFunction · 0.92

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…