Corrected selfLink in site/docs/master/output-file-format.md (#2292)

Signed-off-by: Rushinth John <rushinth@appranix.com>
pull/2297/head
Rushinth John 2020-02-26 04:31:13 +05:30 committed by GitHub
parent 31dca0ea1b
commit 2ff8ad192c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
Corrected the selfLink for Backup CR in site/docs/master/output-file-format.md

View File

@ -22,7 +22,7 @@ rootBucket/
"metadata": { "metadata": {
"name": "test-backup", "name": "test-backup",
"namespace": "velero", "namespace": "velero",
"selfLink": "/apis/velero.io/v1/namespaces/velero/backups/testtest", "selfLink": "/apis/velero.io/v1/namespaces/velero/backups/test-backup",
"uid": "a12345cb-75f5-11e7-b4c2-abcdef123456", "uid": "a12345cb-75f5-11e7-b4c2-abcdef123456",
"resourceVersion": "337075", "resourceVersion": "337075",
"creationTimestamp": "2017-07-31T13:39:15Z" "creationTimestamp": "2017-07-31T13:39:15Z"