Corrected selfLink in site/docs/master/output-file-format.md (#2292)
Signed-off-by: Rushinth John <rushinth@appranix.com>pull/2297/head
parent
31dca0ea1b
commit
2ff8ad192c
|
@ -0,0 +1 @@
|
||||||
|
Corrected the selfLink for Backup CR in site/docs/master/output-file-format.md
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue