UNPKG

207 BTypeScriptView Raw
1import * as k8s from "@kubernetes/client-node";
2/**
3 * Get Kubernetes configuration either from the creds directory or the
4 * in-cluster client.
5 */
6export declare function loadKubeConfig(): k8s.KubeConfig;