Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGoogleSecretManager ¶
func NewGoogleSecretManager(requirements *config.RequirementsConfig) (secretmgr.SecretManager, error)
NewGoogleSecretManager uses a Kubernetes Secret to manage secrets
Types ¶
type GoogleSecretManager ¶
type GoogleSecretManager struct {
SecretName string
}
GoogleSecretManager uses a Kubernetes Secret
func (*GoogleSecretManager) Kind ¶
func (f *GoogleSecretManager) Kind() string
func (*GoogleSecretManager) String ¶
func (f *GoogleSecretManager) String() string
func (*GoogleSecretManager) UpsertSecrets ¶
func (f *GoogleSecretManager) UpsertSecrets(callback secretmgr.SecretCallback, defaultYaml string) error
UpsertSecrets upserts the secrets
Click to show internal directories.
Click to hide internal directories.