Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFakeSecretManager ¶
func NewFakeSecretManager() secretmgr.SecretManager
NewFakeSecretManager creates a fake secret manager
Types ¶
type FakeSecretManager ¶
type FakeSecretManager struct {
SecretsYAML string
}
FakeSecretManager a fake implementation for testing
func (*FakeSecretManager) Kind ¶
func (f *FakeSecretManager) Kind() string
func (*FakeSecretManager) String ¶
func (f *FakeSecretManager) String() string
func (*FakeSecretManager) UpsertSecrets ¶
func (f *FakeSecretManager) UpsertSecrets(callback secretmgr.SecretCallback, defaultYaml string) error
UpsertSecrets upserts the secrets
Click to show internal directories.
Click to hide internal directories.