velero

package
v1.13.2 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 34 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KubeSystemNamespace           = "kube-system"
	VSphereCSIControllerNamespace = "vmware-system-csi"
)
View Source
const BackupObjectsPrefix = "backups"
View Source
const PluginsObjectsPrefix = "plugins"
View Source
const RestoreObjectsPrefix = "restores"

Variables

This section is empty.

Functions

func ApplyCRDs

func ApplyCRDs(ctx context.Context, veleroCLI string) ([]string, error)

func BackupRepositoriesCountShouldBe

func BackupRepositoriesCountShouldBe(ctx context.Context, veleroNamespace, targetNamespace string, expectedCount int) error

func CheckBackupWithResourceOrder

func CheckBackupWithResourceOrder(ctx context.Context, veleroCLI, veleroNamespace, backupName string, order map[string]string) error

func CheckScheduleWithResourceOrder

func CheckScheduleWithResourceOrder(ctx context.Context, veleroCLI, veleroNamespace, scheduleName string, order map[string]string) error

func CheckVeleroVersion

func CheckVeleroVersion(ctx context.Context, veleroCLI string, expectedVer string) error

func CleanAllRetainedPV added in v1.13.0

func CleanAllRetainedPV(ctx context.Context, client TestClient)

func DeleteAllBackups

func DeleteAllBackups(ctx context.Context, client TestClient) error

func DeleteBackupResource

func DeleteBackupResource(ctx context.Context, veleroCLI string, backupName string) error

func DeleteBackups

func DeleteBackups(ctx context.Context, client TestClient, backupNames []string) error

func DeleteBslResource

func DeleteBslResource(ctx context.Context, veleroCLI string, bslName string) error

func DeletePVs added in v1.13.0

func DeletePVs(ctx context.Context, client TestClient, pvList []string) error

func DeleteRestores

func DeleteRestores(ctx context.Context, client TestClient) error

func GetAllBackups

func GetAllBackups(ctx context.Context, veleroCLI string) ([]string, error)

func GetBackup

func GetBackup(ctx context.Context, veleroCLI string, backupName string) (string, string, error)

func GetBackupTTL

func GetBackupTTL(ctx context.Context, veleroNamespace, backupName string) (string, error)

func GetBackupsCreationTime

func GetBackupsCreationTime(ctx context.Context, veleroCLI, bslName string) ([]string, error)

func GetBackupsFromBsl

func GetBackupsFromBsl(ctx context.Context, veleroCLI, bslName string) ([]string, error)

func GetLatestSuccessBackupsFromBSL

func GetLatestSuccessBackupsFromBSL(ctx context.Context, veleroCLI, bslName string) (string, error)

func GetPVB

func GetPVB(ctx context.Context, veleroNamespace, namespace string) ([]string, error)

func GetPVR

func GetPVR(ctx context.Context, veleroNamespace, namespace string) ([]string, error)

func GetPvName added in v1.13.0

func GetPvName(ctx context.Context, client TestClient, pvcName, namespace string) (string, error)

func GetRepositories added in v1.13.0

func GetRepositories(ctx context.Context, veleroNamespace, targetNamespace string) ([]string, error)

func GetSchedule

func GetSchedule(ctx context.Context, veleroNamespace, scheduleName string) (string, error)

func GetScheduledBackupsCreationTime

func GetScheduledBackupsCreationTime(ctx context.Context, veleroCLI, bslName, scheduleName string) ([]string, error)

func GetSnapshotCheckPoint

func GetSnapshotCheckPoint(client TestClient, VeleroCfg VeleroConfig, expectCount int, namespaceBackedUp, backupName string, KibishiiPVCNameList []string) (SnapshotCheckPoint, error)

func GetVeleroPodName

func GetVeleroPodName(ctx context.Context) ([]string, error)

func GetVeleroResource

func GetVeleroResource(ctx context.Context, veleroNamespace, namespace, resourceName string) ([]string, error)

func GetVeleroVersion

func GetVeleroVersion(ctx context.Context, veleroCLI string, clientOnly bool) (string, error)

func GetVersionList

func GetVersionList(veleroCli, veleroVersion string) []VeleroCLI2Version

func GetVsphereSnapshotIDs

func GetVsphereSnapshotIDs(ctx context.Context, timeout time.Duration, namespace string, pvcNameList []string) ([]string, error)

func InstallTestStorageClasses

func InstallTestStorageClasses(path string) error

func InstallVeleroCLI

func InstallVeleroCLI(version string) (string, error)

func IsBackupExist

func IsBackupExist(ctx context.Context, veleroCLI string, backupName string) (bool, error)

func IsSupportUploaderType

func IsSupportUploaderType(version string) (bool, error)

func IsVeleroReady

func IsVeleroReady(ctx context.Context, namespace string, useNodeAgent bool) (bool, error)

func ListVeleroPods

func ListVeleroPods(ctx context.Context, veleroNamespace string) ([]string, error)

func PrepareVelero

func PrepareVelero(ctx context.Context, caseName string, veleroCfg VeleroConfig) error

func RunDebug

func RunDebug(ctx context.Context, veleroCLI, veleroNamespace, backup, restore string)

func SnapshotCRsCountShouldBe

func SnapshotCRsCountShouldBe(ctx context.Context, namespace, backupName string, expectedCount int) error

func UpdateNodeAgent

func UpdateNodeAgent(ctx context.Context, veleroCfg VeleroConfig, dsjson string) ([]string, error)

func UpdateVeleroDeployment

func UpdateVeleroDeployment(ctx context.Context, veleroCfg VeleroConfig) ([]string, error)

func VeleroAddPluginsForProvider

func VeleroAddPluginsForProvider(ctx context.Context, veleroCLI string, veleroNamespace string, provider string, plugin string) error

VeleroAddPluginsForProvider determines which plugins need to be installed for a provider and installs them in the current Velero installation, skipping over those that are already installed.

func VeleroBackupDelete

func VeleroBackupDelete(ctx context.Context, veleroCLI string, veleroNamespace string, backupName string) error

func VeleroBackupExcludeNamespaces

func VeleroBackupExcludeNamespaces(ctx context.Context, veleroCLI string, veleroNamespace string, backupName string, excludeNamespaces []string) error

VeleroBackupExcludeNamespaces uses the veleroCLI to backup a namespace.

func VeleroBackupExec

func VeleroBackupExec(ctx context.Context, veleroCLI string, veleroNamespace string, backupName string, args []string) error

func VeleroBackupIncludeNamespaces

func VeleroBackupIncludeNamespaces(ctx context.Context, veleroCLI string, veleroNamespace string, backupName string, includeNamespaces []string) error

VeleroBackupIncludeNamespaces uses the veleroCLI to backup a namespace.

func VeleroBackupLogs

func VeleroBackupLogs(ctx context.Context, veleroCLI string, veleroNamespace string, backupName string) error

func VeleroBackupNamespace

func VeleroBackupNamespace(ctx context.Context, veleroCLI, veleroNamespace string, backupCfg BackupConfig) error

VeleroBackupNamespace uses the veleroCLI to backup a namespace.

func VeleroCmdExec

func VeleroCmdExec(ctx context.Context, veleroCLI string, args []string) error

func VeleroCreateBackupLocation

func VeleroCreateBackupLocation(ctx context.Context,
	veleroCLI,
	veleroNamespace,
	name,
	objectStoreProvider,
	bucket,
	prefix,
	config,
	secretName,
	secretKey string,
) error

func VeleroInstall

func VeleroInstall(ctx context.Context, veleroCfg *VeleroConfig, isStandbyCluster bool) error

func VeleroRestore

func VeleroRestore(ctx context.Context, veleroCLI, veleroNamespace, restoreName, backupName, includeResources string) error

VeleroRestore uses the VeleroCLI to restore from a Velero backup.

func VeleroRestoreDelete

func VeleroRestoreDelete(ctx context.Context, veleroCLI string, veleroNamespace string, restoreName string) error

func VeleroRestoreExec

func VeleroRestoreExec(ctx context.Context, veleroCLI, veleroNamespace, restoreName string, args []string, phaseExpect velerov1api.RestorePhase) error

func VeleroScheduleCreate

func VeleroScheduleCreate(ctx context.Context, veleroCLI string, veleroNamespace string, scheduleName string, args []string) error

func VeleroScheduleDelete

func VeleroScheduleDelete(ctx context.Context, veleroCLI string, veleroNamespace string, scheduleName string) error

func VeleroSchedulePause

func VeleroSchedulePause(ctx context.Context, veleroCLI string, veleroNamespace string, scheduleName string) error

func VeleroScheduleUnpause

func VeleroScheduleUnpause(ctx context.Context, veleroCLI string, veleroNamespace string, scheduleName string) error

func VeleroUninstall

func VeleroUninstall(ctx context.Context, cli, namespace string) error

func VeleroUpgrade

func VeleroUpgrade(ctx context.Context, veleroCfg VeleroConfig) error

func VeleroVersion

func VeleroVersion(ctx context.Context, veleroCLI, veleroNamespace string) error

func WaitBackupDeleted

func WaitBackupDeleted(ctx context.Context, veleroCLI string, backupName string, timeout time.Duration) error

func WaitForBackupToBeCreated

func WaitForBackupToBeCreated(ctx context.Context, veleroCLI string, backupName string, timeout time.Duration) error

func WaitForBackupToBeDeleted

func WaitForBackupToBeDeleted(ctx context.Context, veleroCLI string, backupName string, timeout time.Duration) error

func WaitForBackupsToBeDeleted

func WaitForBackupsToBeDeleted(ctx context.Context, veleroCLI string, backups []string, timeout time.Duration) error

func WaitForExpectedStateOfBackup

func WaitForExpectedStateOfBackup(ctx context.Context, veleroCLI string, backupName string,
	timeout time.Duration, existing bool) error

func WaitForVSphereUploadCompletion

func WaitForVSphereUploadCompletion(ctx context.Context, timeout time.Duration, namespace string, expectCount int) error

WaitForVSphereUploadCompletion waits for uploads started by the Velero Plugin for vSphere to complete TODO - remove after upload progress monitoring is implemented

Types

This section is empty.

Jump to

Keyboard shortcuts

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