Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupHandler ¶
func (*BackupHandler) Create ¶
func (r *BackupHandler) Create( site *sitev1.StagingSite, ctx context.Context, backupType jobv1.BackupType, now time.Time, ) error
func (*BackupHandler) EnsureFinalBackupIsComplete ¶
func (r *BackupHandler) EnsureFinalBackupIsComplete(site *sitev1.StagingSite, ctx context.Context) (bool, error)
type DbInitJobHandler ¶
func (DbInitJobHandler) EnsureJobsAreComplete ¶
func (r DbInitJobHandler) EnsureJobsAreComplete(site *sitev1.StagingSite, ctx context.Context) (bool, error)
func (DbInitJobHandler) EnsureJobsAreCreated ¶
func (r DbInitJobHandler) EnsureJobsAreCreated(site *sitev1.StagingSite, ctx context.Context) (bool, error)
type DbMigrationJobHandler ¶
type DbMigrationJobHandler struct { Reader client.Reader Writer client.Writer Scheme *runtime.Scheme }
func (DbMigrationJobHandler) EnsureJobsAreComplete ¶
func (r DbMigrationJobHandler) EnsureJobsAreComplete(site *sitev1.StagingSite, ctx context.Context) (bool, error)
func (DbMigrationJobHandler) EnsureJobsAreCreated ¶
func (r DbMigrationJobHandler) EnsureJobsAreCreated(site *sitev1.StagingSite, ctx context.Context) (bool, error)
Click to show internal directories.
Click to hide internal directories.