Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLocalSecretManager ¶
NewLocalSecretManager uses a Kubernetes Secret to manage secrets
Types ¶
type LocalSecretManager ¶
type LocalSecretManager struct { KubeClient kubernetes.Interface Namespace string }
LocalSecretManager uses a Kubernetes Secret
func (*LocalSecretManager) Kind ¶
func (f *LocalSecretManager) Kind() string
func (*LocalSecretManager) String ¶
func (f *LocalSecretManager) String() string
func (*LocalSecretManager) UpsertSecrets ¶
func (f *LocalSecretManager) UpsertSecrets(callback secretmgr.SecretCallback, defaultYaml string) error
UpsertSecrets upserts the secrets
Click to show internal directories.
Click to hide internal directories.