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

Signed-off-by: Adnan Abdulhussein <aadnan@vmware.com>
pull/1708/head
Adnan Abdulhussein 2019-07-29 16:08:43 -07:00 committed by GitHub
parent bf247836e6
commit 935107e1a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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