package
0.2.0
Repository: https://github.com/gitops-tools/pkg.git
Documentation: pkg.go.dev

# Functions

New creates and returns a KubeSecretGetter that looks up secrets in k8s.
NewSecretsStub creates and returns a new SecretsStub.

# Structs

KubeSecretGetter is an implementation of SecretGetter.
SecretsStub is an implementation of the SecretGetter interface.

# Interfaces

SecretGetter takes a namespaced name and finds a secret with that name, or returns an error.