(config *clientcmdapi.Config, base string)
| 538 | } |
| 539 | |
| 540 | func ResolveConfigPaths(config *clientcmdapi.Config, base string) error { |
| 541 | return ResolvePaths(GetConfigFileReferences(config), base) |
| 542 | } |
| 543 | |
| 544 | func GetConfigFileReferences(config *clientcmdapi.Config) []*string { |
| 545 | refs := []*string{} |
nothing calls this directly
no test coverage detected