kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
31 lines (30 loc) • 509 B
TypeScript
declare const abbreviations: {
cs: string;
cm: string;
ep: string;
ev: string;
ns: string;
no: string;
pvc: string;
pv: string;
po: string;
rc: string;
sa: string;
svc: string;
ds: string;
sts: string;
hpa: string;
cj: string;
csr: string;
ing: string;
rs: string;
owc: string;
owf: string;
owp: string;
owr: string;
owt: string;
pdb: string;
psp: string;
sc: string;
};
export default abbreviations;