MCPcopy
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.
46type AuthProviderConfigPersister interface {
47 Persist(map[string]string) error
48}
49
50// All registered auth provider plugins.

Callers 8

TokenMethod · 0.65
RoundTripMethod · 0.65
storeTokenInCfgMethod · 0.65
newOpenstackAuthProviderFunction · 0.65
idTokenMethod · 0.65
TestCopyConfigFunction · 0.65
RoundTripMethod · 0.65
LoginMethod · 0.65

Implementers 6

persistertools/clientcmd/config.go
fakePersisterplugin/pkg/client/auth/gcp/gcp_test.go
fakePersisterplugin/pkg/client/auth/azure/azure_tes
fakePersisterplugin/pkg/client/auth/openstack/opens
inMemoryPersisterrest/plugin_test.go

Calls

no outgoing calls

Tested by 3

TestCopyConfigFunction · 0.52
RoundTripMethod · 0.52
LoginMethod · 0.52