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

Function ResolveConfigPaths

tools/clientcmd/loader.go:540–542  ·  view source on GitHub ↗
(config *clientcmdapi.Config, base string)

Source from the content-addressed store, hash-verified

538}
539
540func ResolveConfigPaths(config *clientcmdapi.Config, base string) error {
541 return ResolvePaths(GetConfigFileReferences(config), base)
542}
543
544func GetConfigFileReferences(config *clientcmdapi.Config) []*string {
545 refs := []*string{}

Callers

nothing calls this directly

Calls 2

ResolvePathsFunction · 0.85
GetConfigFileReferencesFunction · 0.85

Tested by

no test coverage detected