MCPcopy
hub / github.com/helm/helm / WithInsecureSkipVerify

Function WithInsecureSkipVerify

internal/tlsutil/tls.go:36–42  ·  view source on GitHub ↗
(insecureSkipTLSVerify bool)

Source from the content-addressed store, hash-verified

34type TLSConfigOption func(options *TLSConfigOptions) error
35
36func WithInsecureSkipVerify(insecureSkipTLSVerify bool) TLSConfigOption {
37 return func(options *TLSConfigOptions) error {
38 options.insecureSkipTLSVerify = insecureSkipTLSVerify
39
40 return nil
41 }
42}
43
44func WithCertKeyPairFiles(certFile, keyFile string) TLSConfigOption {
45 return func(options *TLSConfigOptions) error {

Callers 9

setupFunction · 0.92
newRegistryClientWithTLSFunction · 0.92
MakeTestTLSConfigFunction · 0.92
TestDownloadTLSFunction · 0.92
newRegistryClientMethod · 0.92
httpClientMethod · 0.92
newRegistryClientMethod · 0.92
TestNewTLSConfigFunction · 0.85

Calls

no outgoing calls

Tested by 4

setupFunction · 0.74
TestDownloadTLSFunction · 0.74
TestNewTLSConfigFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…