mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 22:23:15 +00:00
Added UploadProgressFeature flag to enable UploadProgressMonitoring and ItemSnapshotters
Signed-off-by: Dave Smith-Uchida <dsmithuchida@vmware.com>
This commit is contained in:
2
changelogs/unreleased/4416-dsmithuchida
Normal file
2
changelogs/unreleased/4416-dsmithuchida
Normal file
@@ -0,0 +1,2 @@
|
||||
Added UploadProgressFeature flag to enable Upload Progress Monitoring and Item
|
||||
Snapshotters.
|
||||
@@ -46,4 +46,8 @@ const (
|
||||
|
||||
// APIGroupVersionsFeatureFlag is the feature flag string that defines whether or not to handle multiple API Group Versions
|
||||
APIGroupVersionsFeatureFlag = "EnableAPIGroupVersions"
|
||||
|
||||
// UploadProgressFeatureFlag is the feature flag string that defines whether or not upload progress monitoring is enabled
|
||||
// and whether or not ItemSnapshotters should be invoked
|
||||
UploadProgressFeatureFlag = "EnableUploadProgress"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user