MCPcopy
hub / github.com/kubernetes/client-go / newCache

Function newCache

plugin/pkg/client/auth/exec/exec.go:73–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71)
72
73func newCache() *cache {
74 return &cache{m: make(map[string]*Authenticator)}
75}
76
77var spewConfig = &spew.ConfigState{DisableMethods: true, Indent: " "}
78

Callers 4

TestRefreshCredsFunction · 0.85
TestRoundTripperFunction · 0.85
TestTLSCredentialsFunction · 0.85
exec.goFile · 0.85

Calls

no outgoing calls

Tested by 3

TestRefreshCredsFunction · 0.68
TestRoundTripperFunction · 0.68
TestTLSCredentialsFunction · 0.68