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

Struct persister

tools/clientcmd/config.go:350–353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348}
349
350type persister struct {
351 configAccess ConfigAccess
352 user string
353}
354
355func (p *persister) Persist(config map[string]string) error {
356 newConfig, err := p.configAccess.GetStartingConfig()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected