UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

3 lines (2 loc) 140 B
export declare const setAuth: (kubeconfigString: string, ca: string, cafile: string) => void; export declare const restoreAuth: () => void;