Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubernetes/client-go
/ Persist
Method
Persist
rest/plugin.go:47–47 ·
view source on GitHub ↗
(map[string]string)
Source
from the content-addressed store, hash-verified
45
// for just itself.
46
type
AuthProviderConfigPersister
interface
{
47
Persist(
map
[string]string) error
48
}
49
50
// All registered auth provider plugins.
Callers
8
Token
Method · 0.65
RoundTrip
Method · 0.65
storeTokenInCfg
Method · 0.65
newOpenstackAuthProvider
Function · 0.65
idToken
Method · 0.65
TestCopyConfig
Function · 0.65
RoundTrip
Method · 0.65
Login
Method · 0.65
Implementers
6
persister
tools/clientcmd/config.go
fakePersister
plugin/pkg/client/auth/gcp/gcp_test.go
fakePersister
plugin/pkg/client/auth/azure/azure_tes
fakePersister
plugin/pkg/client/auth/openstack/opens
fakeAuthProviderConfigPersister
rest/config_test.go
inMemoryPersister
rest/plugin_test.go
Calls
no outgoing calls
Tested by
3
TestCopyConfig
Function · 0.52
RoundTrip
Method · 0.52
Login
Method · 0.52