Documentation ¶
Index ¶
Constants ¶
View Source
const ( TiKVConfigEncryptionMethod = "security.encryption.data-encryption-method" TiKVConfigEncryptionMasterKeyId = "security.encryption.master-key.key-id" )
Variables ¶
This section is empty.
Functions ¶
func NewRestoreManager ¶
func NewRestoreManager(deps *controller.Dependencies) backup.RestoreManager
NewRestoreManager return restoreManager
Types ¶
type FakeRestoreManager ¶
type FakeRestoreManager struct {
// contains filtered or unexported fields
}
func NewFakeRestoreManager ¶
func NewFakeRestoreManager() *FakeRestoreManager
func (*FakeRestoreManager) SetSyncError ¶
func (frm *FakeRestoreManager) SetSyncError(err error)
func (*FakeRestoreManager) UpdateCondition ¶ added in v1.1.10
func (frm *FakeRestoreManager) UpdateCondition(_ *v1alpha1.Restore, _ *v1alpha1.RestoreCondition) error
Click to show internal directories.
Click to hide internal directories.