Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface {
GetSecretInfo(secretName string) (*models.SecretInfo, error)
}
Client is a testable interface for making operations call for Alicloud 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)
NewSecretStore constructs a Vault based secret store with specific secret store spec.
Click to show internal directories.
Click to hide internal directories.