@atomist/sdm-core
Version:
Atomist Software Delivery Machine - Implementation
8 lines • 308 B
TypeScript
import * as k8s from "@kubernetes/client-node";
/**
* Get Kubernetes configuration either from the creds directory or the
* in-cluster client.
*/
export declare function loadKubeConfig(): k8s.KubeConfig;
export declare function loadKubeClusterConfig(): k8s.KubeConfig;
//# sourceMappingURL=config.d.ts.map