kubernetes/ts/kubernetes.paths.ts

4 lines
151 B
TypeScript
Raw Normal View History

2020-01-19 10:57:41 +00:00
import * as plugins from './kubernetes.plugins';
export const defaultKubeConfigPath = plugins.path.join(plugins.smartpath.get.home(), '.kube/config')