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

Function lockName

tools/clientcmd/loader.go:446–448  ·  view source on GitHub ↗
(filename string)

Source from the content-addressed store, hash-verified

444}
445
446func lockName(filename string) string {
447 return filename + ".lock"
448}
449
450// Write serializes the config to yaml.
451// Encapsulates serialization without assuming the destination is a file.

Callers 2

lockFileFunction · 0.85
unlockFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected