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