UNPKG

kui-shell

Version:

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

33 lines 854 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const abbreviations = { cs: 'componentstatuses', cm: 'configmaps', ep: 'endpoints', ev: 'events', ns: 'namespaces', no: 'nodes', pvc: 'persistentvolumeclaims', pv: 'persistentvolumes', po: 'pods', rc: 'replicationcontrollers', sa: 'serviceaccounts', svc: 'services', ds: 'daemonsets', sts: 'statefulsets', hpa: 'horizontalpodautoscalers', cj: 'cronjobs', csr: 'certificatesigningrequests', ing: 'ingresses', rs: 'replicasets', owc: 'compositions', owf: 'functions', owp: 'packages', owr: 'rules', owt: 'triggers', pdb: 'poddisruptionbudgets', psp: 'podsecuritypolicies', sc: 'storageclasses' }; exports.default = abbreviations; //# sourceMappingURL=abbreviations.js.map