Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretGetter ¶
type SecretGetter interface {
GetCredstashSecretsForCredstashSecretDefs(credstashDefs []v1alpha1.CredstashSecretDef) (map[string][]byte, error)
}
func NewSecretGetter ¶
func NewSecretGetter(awsSession *session.Session) SecretGetter
Click to show internal directories.
Click to hide internal directories.