Redesign full-mode navigation: start at team selection with default context, resolve k9s panes from config envs instead of context-pairs

This commit is contained in:
Stefan Koelle
2026-08-09 14:02:55 +02:00
parent c02e145e4a
commit f7606011bb
2 changed files with 69 additions and 53 deletions
-4
View File
@@ -10,10 +10,6 @@ func namespacesForLabelValue(namespaces map[string]map[string]string, labelKey,
return kctl.NamespacesForLabelValue(namespaces, labelKey, value)
}
func findNextContext(current string, pairs []kctl.ContextPair) (string, bool) {
return kctl.FindNextContext(current, pairs)
}
func diffSecretValues(left, right map[string]string) []kctl.SecretDiffEntry {
return kctl.DiffSecretValues(left, right)
}