Files
kubectx/cmd
Claude 2b0e4de615 kubens: use context to cancel slow-query warning timer after API returns
Replace done channel + defer with context.WithCancel so the warning
goroutine is cancelled immediately when queryNamespaces returns, not
when Run returns (which could be minutes later while user browses fzf).
Also thread the context into queryNamespaces so the k8s List call
respects it.

https://claude.ai/code/session_01XJXHq8WG22iqX8KaDb9RZz
2026-03-09 16:33:05 +00:00
..