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

Struct inMemoryPersister

rest/plugin_test.go:256–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

254}
255
256type inMemoryPersister struct {
257 savedConfig map[string]string
258}
259
260func (i *inMemoryPersister) Persist(config map[string]string) error {
261 i.savedConfig = make(map[string]string)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected