mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 06:15:40 +00:00
Corrected selfLink in site/docs/master/output-file-format.md (#2292)
Signed-off-by: Rushinth John <rushinth@appranix.com>
This commit is contained in:
1
changelogs/unreleased/2292-RushinthJohn
Normal file
1
changelogs/unreleased/2292-RushinthJohn
Normal file
@@ -0,0 +1 @@
|
||||
Corrected the selfLink for Backup CR in site/docs/master/output-file-format.md
|
||||
@@ -22,7 +22,7 @@ rootBucket/
|
||||
"metadata": {
|
||||
"name": "test-backup",
|
||||
"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",
|
||||
"resourceVersion": "337075",
|
||||
"creationTimestamp": "2017-07-31T13:39:15Z"
|
||||
|
||||
Reference in New Issue
Block a user