kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
7 lines (6 loc) • 424 B
TypeScript
export { renderButton } from './lib/view/modes/button';
export { renderAndViewPods } from './lib/view/modes/pods';
export { renderAndViewEvents } from './lib/view/modes/events';
export { renderAndViewContainers } from './lib/view/modes/containers';
export { renderAndViewLastApplied } from './lib/view/modes/last-applied';
export { KubeResource, KubeStatusCondition, KubeStatus, Pod, Resource } from './lib/model/resource';