kui-shell
Version:
This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool
19 lines (18 loc) • 933 B
TypeScript
import UI from '@kui-shell/core/api/ui';
import { KubeResource } from '@kui-shell/plugin-k8s';
import { PipelineRun } from '../model/resource';
declare const _default: (tab: UI.Tab, jsons: KubeResource<import("@kui-shell/plugin-k8s").KubeStatus>[], run?: PipelineRun, raw?: string, filepath?: string) => Promise<{
type: string;
isEntity: boolean;
isFromFlowCommand: boolean;
name: string;
packageName: string;
prettyType: string;
duration: number;
badges: UI.Badge[];
presentation: UI.Presentation;
content: HTMLDivElement;
model: KubeResource<import("@kui-shell/plugin-k8s").KubeStatus>[];
modes: UI.Mode<string | import("@kui-shell/core/webapp/views/sidecar-core").CustomSpec<void> | import("@kui-shell/core/webapp/bottom-stripe").DirectViewControllerFunction<object, object> | import("@kui-shell/core/webapp/bottom-stripe").DirectViewControllerSpec>[];
}>;
export default _default;