Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
SecretManagerSecretsRetrieveWithResponse(ctx context.Context, name string, params *vclient.SecretManagerSecretsRetrieveParams, reqEditors ...vclient.RequestEditorFn) (*vclient.SecretManagerSecretsRetrieveResponse, error)
}
Client is a testable interface for making operations call for AWS Secrets Manager.
type DefaultSecretStoreProvider ¶
type DefaultSecretStoreProvider struct{}
DefaultSecretStoreProvider implements the secrets.SecretStoreProvider interface.
func (*DefaultSecretStoreProvider) NewSecretStore ¶
func (p *DefaultSecretStoreProvider) NewSecretStore(spec *v1.SecretStore) (secrets.SecretStore, error)
Click to show internal directories.
Click to hide internal directories.