kubernetes/ts/kubernetes.paths.ts
2020-01-19 11:57:41 +01:00

4 lines
151 B
TypeScript

import * as plugins from './kubernetes.plugins';
export const defaultKubeConfigPath = plugins.path.join(plugins.smartpath.get.home(), '.kube/config')