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

Method ResolvePaths

tools/clientcmd/loader.go:456–458  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

454}
455
456func (rules ClientConfigLoadingRules) ResolvePaths() bool {
457 return !rules.DoNotResolvePaths
458}
459
460// ResolveLocalPaths resolves all relative paths in the config object with respect to the stanza's LocationOfOrigin
461// this cannot be done directly inside of LoadFromFile because doing so there would make it impossible to load a file without

Callers 1

LoadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected