update backup resource list proposal to use gzipped json (#1706)

Signed-off-by: Adnan Abdulhussein <aadnan@vmware.com>
This commit is contained in:
Adnan Abdulhussein
2019-07-29 16:08:43 -07:00
committed by GitHub
parent bf247836e6
commit 935107e1a2
+1 -1
View File
@@ -48,7 +48,7 @@ v1/PersistentVolume:
- my-pv
```
The filename for this metadata will be `<backup name>-resource-list.json`.
The filename for this metadata will be `<backup name>-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