예제 #1
0
파일: helpers.go 프로젝트: Xmagicer/origin
func ResolveNodeConfigPaths(config *NodeConfig, base string) error {
	return cmdutil.ResolvePaths(GetNodeFileReferences(config), base)
}
예제 #2
0
파일: helpers.go 프로젝트: Xmagicer/origin
func ResolveMasterConfigPaths(config *MasterConfig, base string) error {
	return cmdutil.ResolvePaths(GetMasterFileReferences(config), base)
}