tftsr-devops_investigation/src-tauri/src/kube
Shaun Arman 468a69d89e
All checks were successful
Test / frontend-tests (pull_request) Successful in 1m28s
Test / frontend-typecheck (pull_request) Successful in 1m36s
PR Review Automation / review (pull_request) Successful in 4m1s
Test / rust-fmt-check (pull_request) Successful in 10m59s
Test / rust-clippy (pull_request) Successful in 12m49s
Test / rust-tests (pull_request) Successful in 14m17s
fix(kubernetes): remove redundant TS cast and fix cargo fmt failures
- Remove redundant `as Set<ResourceType>` cast in kubernetesStore initial
  state; the generic parameter already constrains the type
- Reformat watcher.rs vec! literal and Watcher::new call to satisfy
  rustfmt line-length rules (CI was failing cargo fmt --check)
2026-06-07 11:37:17 -05:00
..
client.rs feat(k8s): implement clean-room Kubernetes management GUI 2026-06-06 20:27:39 -05:00
mod.rs feat(kubernetes): implement Phase 7 - real-time updates 2026-06-07 10:53:18 -05:00
portforward.rs fix(kube): address portforward race condition and temp file leak 2026-06-06 20:40:24 -05:00
refresh.rs fix(fmt): format code with cargo fmt 2026-06-06 12:04:21 -05:00
watcher.rs fix(kubernetes): remove redundant TS cast and fix cargo fmt failures 2026-06-07 11:37:17 -05:00