feat(kubernetes): implement Lens Desktop v5 feature-parity UI #78
No reviewers
Labels
No Label
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: sarman/tftsr-devops_investigation#78
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/kubernetes-management-v2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
eslint-plugin-react@7with@eslint-react/eslint-pluginfor ESLint 10 compatibilityanytypes)What changed
Layout & navigation
KubernetesPage.tsx— complete rewrite as Lens-like shell: collapsible sidebar with 5 nav categories, top hotbar, namespace selector, cluster context switcher,Ctrl+Kcommand paletteNew resource types (Rust backend + TS wrappers + React list components)
Stub → real implementations
Terminal.tsx— xterm.js, multi-tab, exec_pod IPCYamlEditor.tsx— Monaco editor, YAML syntax highlightingMetricsChart.tsx— recharts LineChart/BarChartClusterOverview.tsx— live node/pod/deployment/namespace countsClusterDetails.tsx— real kubeconfig + node dataPodDetail,DeploymentDetail,ServiceDetail,ConfigMapDetail,SecretDetail— all real IPC, zero hardcoded dataCreateResourceModal,EditResourceModal— wired to createResourceCmd/editResourceCmdRbacViewer— live RBAC data from 4 IPC commandsRbacEditor— create roles/clusterroles via YAMLCommandPalette— 12 real navigation commandsDependencies added: xterm@5, xterm-addon-fit, xterm-addon-web-links, @monaco-editor/react@4, recharts@2, @eslint-react/eslint-plugin
Test plan
Ctrl+K→ type "pod" → Enter; verify navigates to Pods sectionnpm run test:run— 251/251 passnpx tsc --noEmit— 0 errorsnpx eslint src/ --max-warnings 0— 0 issuescargo clippy --manifest-path src-tauri/Cargo.toml -- -D warnings— 0 warnings