Documentation ¶
Index ¶
- Constants
- type Encrypter
- type EncrypterMock
- func (e *EncrypterMock) Encrypt(ctx context.Context, key, plaintext string) (string, error)
- func (e *EncrypterMock) EncryptionKey(ctx context.Context, customObject v1alpha1.AWSConfig) (string, error)
- func (e *EncrypterMock) EnsureCreatedEncryptionKey(context.Context, v1alpha1.AWSConfig) error
- func (e *EncrypterMock) EnsureDeletedEncryptionKey(context.Context, v1alpha1.AWSConfig) error
- func (e *EncrypterMock) IsKeyNotFound(err error) bool
- type Interface
- type Resource
- type RoleManager
Constants ¶
View Source
const ( KMSBackend = "kms" VaultBackend = "vault" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EncrypterMock ¶
func (*EncrypterMock) EncryptionKey ¶
func (*EncrypterMock) EnsureCreatedEncryptionKey ¶
func (*EncrypterMock) EnsureDeletedEncryptionKey ¶
func (*EncrypterMock) IsKeyNotFound ¶
func (e *EncrypterMock) IsKeyNotFound(err error) bool
Click to show internal directories.
Click to hide internal directories.