remove all remaining legacy Ark references (#1415)

Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
Steve Kriss
2019-04-29 12:33:54 -07:00
committed by KubeKween
parent 8392e6d83f
commit 660080e6f3
8 changed files with 16 additions and 19 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ type RestoreItemActionExecuteInput struct {
Item runtime.Unstructured
// ItemFromBackup is the item taken from the pristine backed up version of resource.
ItemFromBackup runtime.Unstructured
// Restore is the representation of the restore resource processed by Ark.
// Restore is the representation of the restore resource processed by Velero.
Restore *api.Restore
}