From 935107e1a266ee84c950c60f4b204834852ae264 Mon Sep 17 00:00:00 2001 From: Adnan Abdulhussein Date: Mon, 29 Jul 2019 16:08:43 -0700 Subject: [PATCH] update backup resource list proposal to use gzipped json (#1706) Signed-off-by: Adnan Abdulhussein --- design/backup-resource-list.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/backup-resource-list.md b/design/backup-resource-list.md index 0f1a47ca4..309679a42 100644 --- a/design/backup-resource-list.md +++ b/design/backup-resource-list.md @@ -48,7 +48,7 @@ v1/PersistentVolume: - my-pv ``` -The filename for this metadata will be `-resource-list.json`. +The filename for this metadata will be `-resource-list.json.gz`. The top-level key is the string form of the `schema.GroupResource` type that we currently keep track of in the backup controller code path. ### Changes in Backup controller