Commit 1fc954f
committed
vsphere: types: fix example annotations
Without the ``, newer versions of controller-gen fail with:
```
/go/src/github.com/openshift/installer/pkg/types/vsphere/platform.go:286:2: extra arguments provided: ".8.8" (at <input>:1:4)
/go/src/github.com/openshift/installer/pkg/types/vsphere/platform.go:276:2: extra arguments provided: ".1.100/24" (at <input>:1:8)
/go/src/github.com/openshift/installer/pkg/types/vsphere/platform.go:277:2: extra arguments provided: ":DB8:0000:0000:244:17FF:FEB6:D37D/64" (at <input>:1:5)
/go/src/github.com/openshift/installer/pkg/types/vsphere/platform.go:217:2: extra arguments provided: ":vmomi:InventoryServiceTag:5736bf56-49f5-4667-b38c-b97e09dc9578:GLOBAL" (at <input>:1:4)
/go/src/github.com/openshift/installer/pkg/types/vsphere/platform.go:217:2: extra arguments provided: ":vmomi:InventoryServiceTag:5736bf56-49f5-4667-b38c-b97e09dc9578:GLOBAL" (at <input>:1:4)
/go/src/github.com/openshift/installer/pkg/types/vsphere/platform.go:286:2: extra arguments provided: ".8.8" (at <input>:1:4)
/go/src/github.com/openshift/installer/pkg/types/vsphere/platform.go:276:2: extra arguments provided: ".1.100/24" (at <input>:1:8)
/go/src/github.com/openshift/installer/pkg/types/vsphere/platform.go:277:2: extra arguments provided: ":DB8:0000:0000:244:17FF:FEB6:D37D/64" (at <input>:1:5)
```1 parent 7f396ca commit 1fc954f
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
276 | | - | |
277 | | - | |
| 276 | + | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
287 | 287 | | |
288 | 288 | | |
289 | 289 | | |
| |||
0 commit comments