mirror of
https://github.com/skoelle/kctl-tui.git
synced 2026-09-17 20:10:24 +00:00
Add ListAWSSecrets and GetSecretAllFields for the redesigned secrets diff flow
This commit is contained in:
@@ -13,3 +13,11 @@ func namespacesForLabelValue(namespaces map[string]map[string]string, labelKey,
|
||||
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)
|
||||
}
|
||||
|
||||
func anyMismatch(entries []kctl.SecretDiffEntry) bool {
|
||||
return kctl.AnyMismatch(entries)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user