kubernetes/ts/kubernetes.paths.ts

7 lines
158 B
TypeScript
Raw Permalink Normal View History

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