fix(core): update

This commit is contained in:
2020-01-15 14:08:06 +00:00
commit 7368300ed9
13 changed files with 2765 additions and 0 deletions

5
ts/kubernetes.plugins.ts Normal file
View File

@@ -0,0 +1,5 @@
import * as kubectl from '@kubernetes/client-node';
export {
kubectl
};