MCPcopy
hub / github.com/helm/helm / WithInsecureSkipTLSVerify

Function WithInsecureSkipTLSVerify

pkg/pusher/pusher.go:60–64  ·  view source on GitHub ↗

WithInsecureSkipTLSVerify determines if a TLS Certificate will be checked

(insecureSkipTLSVerify bool)

Source from the content-addressed store, hash-verified

58
59// WithInsecureSkipTLSVerify determines if a TLS Certificate will be checked
60func WithInsecureSkipTLSVerify(insecureSkipTLSVerify bool) Option {
61 return func(opts *options) {
62 opts.insecureSkipTLSVerify = insecureSkipTLSVerify
63 }
64}
65
66func WithPlainHTTP(plainHTTP bool) Option {
67 return func(opts *options) {

Callers 4

RunMethod · 0.92
TestNewOCIPusherFunction · 0.70

Calls

no outgoing calls

Tested by 3

TestNewOCIPusherFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…