Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamicKMSEncryptionConfigContent ¶
type DynamicKMSEncryptionConfigContent struct {
// contains filtered or unexported fields
}
DynamicKMSEncryptionConfigContent which can dynamically handle changes in encryption config file.
func NewDynamicEncryptionConfiguration ¶ added in v0.27.0
func NewDynamicEncryptionConfiguration( name, filePath string, dynamicTransformers *encryptionconfig.DynamicTransformers, configContentHash string, ) *DynamicKMSEncryptionConfigContent
NewDynamicEncryptionConfiguration returns controller that dynamically reacts to changes in encryption config file.
func (*DynamicKMSEncryptionConfigContent) Run ¶
func (d *DynamicKMSEncryptionConfigContent) Run(ctx context.Context)
Run starts the controller and blocks until stopCh is closed.
Click to show internal directories.
Click to hide internal directories.