Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
73
func
newCache() *cache {
74
return
&cache{m: make(
map
[string]*Authenticator)}
75
}
76
77
var
spewConfig = &spew.ConfigState{DisableMethods: true, Indent:
" "
}
78
Callers
4
TestRefreshCreds
Function · 0.85
TestRoundTripper
Function · 0.85
TestTLSCredentials
Function · 0.85
exec.go
File · 0.85
Calls
no outgoing calls
Tested by
3
TestRefreshCreds
Function · 0.68
TestRoundTripper
Function · 0.68
TestTLSCredentials
Function · 0.68