mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-09-10 18:16:29 +00:00
Pass Velero server command args to the plugins
Pass Velero server command args to the plugins Fixes #7806 Signed-off-by: Wenkai Yin(尹文开) <yinw@vmware.com>
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package constant
|
||||
|
||||
const (
|
||||
ControllerBackup = "backup"
|
||||
ControllerBackupOperations = "backup-operations"
|
||||
ControllerBackupDeletion = "backup-deletion"
|
||||
ControllerBackupFinalizer = "backup-finalizer"
|
||||
ControllerBackupRepo = "backup-repo"
|
||||
ControllerBackupStorageLocation = "backup-storage-location"
|
||||
ControllerBackupSync = "backup-sync"
|
||||
ControllerDownloadRequest = "download-request"
|
||||
ControllerGarbageCollection = "gc"
|
||||
ControllerPodVolumeBackup = "pod-volume-backup"
|
||||
ControllerPodVolumeRestore = "pod-volume-restore"
|
||||
ControllerRestore = "restore"
|
||||
ControllerRestoreOperations = "restore-operations"
|
||||
ControllerSchedule = "schedule"
|
||||
ControllerServerStatusRequest = "server-status-request"
|
||||
ControllerRestoreFinalizer = "restore-finalizer"
|
||||
)
|
||||
Reference in New Issue
Block a user