backup

package
v1.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2024 License: Apache-2.0 Imports: 25 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNoBackups = errors.New("No backups found")

Functions

func CheckPITRErrors added in v1.13.0

func CheckPITRErrors(ctx context.Context, cl client.Client, clcmd *clientcmd.Client, cr *api.PerconaXtraDBCluster) error

func GenName63 added in v1.8.0

func GenName63(cr *api.PerconaXtraDBClusterBackup) string

GenName63 generates legit name for backup resources. k8s sets the `job-name` label for the created by job pod. So we have to be sure that job name won't be longer than 63 symbols. Yet the job name has to have some meaningful name which won't be conflicting with other jobs' names.

func NewPVC

NewPVC returns the list of PersistentVolumeClaims for the backups

func PVCRestorePod added in v1.0.0

func PVCRestorePod(cr *api.PerconaXtraDBClusterRestore, bcpStorageName, pvcName string, cluster *api.PerconaXtraDBCluster) (*corev1.Pod, error)

func PVCRestoreService added in v1.0.0

func PVCRestoreService(cr *api.PerconaXtraDBClusterRestore) *corev1.Service

func RestoreJob added in v1.14.0

func SetStorageAzure added in v1.12.0

func SetStorageAzure(job *batchv1.JobSpec, cr *api.PerconaXtraDBClusterBackup) error

func SetStoragePVC added in v1.12.0

func SetStoragePVC(job *batchv1.JobSpec, cr *api.PerconaXtraDBClusterBackup, volName string) error

func SetStorageS3 added in v1.12.0

func SetStorageS3(job *batchv1.JobSpec, cr *api.PerconaXtraDBClusterBackup) error

func UpdatePITRTimeline added in v1.14.0

func UpdatePITRTimeline(ctx context.Context, cl client.Client, clcmd *clientcmd.Client, cr *api.PerconaXtraDBCluster) error

Types

type Backup

type Backup struct {
	// contains filtered or unexported fields
}

func New

func (*Backup) Job

func (*Backup) JobSpec

func (bcp *Backup) JobSpec(spec api.PXCBackupSpec, cluster *api.PerconaXtraDBCluster, job *batchv1.Job) (batchv1.JobSpec, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL