1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-13 13:40:22 +00:00

Add RemoveEtcdSnapshot

This commit is contained in:
moelsayed
2019-04-02 12:54:02 +02:00
committed by Alena Prokharchyk
parent 3bc6b0a18f
commit 06b709e888
4 changed files with 89 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ const (
EtcdContainerName = "etcd"
EtcdSnapshotContainerName = "etcd-rolling-snapshots"
EtcdSnapshotOnceContainerName = "etcd-snapshot-once"
EtcdSnapshotRemoveContainerName = "etcd-remove-snapshot"
EtcdRestoreContainerName = "etcd-restore"
EtcdDownloadBackupContainerName = "etcd-download-backup"
EtcdServeBackupContainerName = "etcd-Serve-backup"