package
0.0.0-20241215090359-b4ea81af255c
Repository: https://github.com/krm-functions/catalog.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
LookupAuthSecret will lookup a secret in a resourcelist and return username and password decoded from secret.
LookupAuthSecretWithKeys will lookup a secret in a resourcelist and return username and password decoded from secret with the username and password being defined by supplied key names.
LookupSSHAuthSecret will lookup an SSH secret in a resourcelist and return username and password decoded from secret.
MergeMaps will merge m1 and m2 with precedence to m2.
No description provided by the author
UniqueStrings removes duplicate strings from slice.