Skip to content

Commit

Permalink
fix kubevirt api vmi.status.runtimeUser
Browse files Browse the repository at this point in the history
test failure now reduced to:

---
    compatibility.go:422: json differs
    compatibility.go:423:   (
          	"""
          	... // 214 identical lines
          	              "bus": "busValue",
          	              "readonly": true
        - 	            },
        - 	            "floppy": {
        - 	              "readonly": true,
        - 	              "tray": "trayValue"
          	            },
          	            "cdrom": {
          	... // 657 identical lines
          	"""
          )

    compatibility.go:428: yaml differs
    compatibility.go:429:   (
          	"""
          	... // 237 identical lines
          	          pciAddress: pciAddressValue
          	          readonly: true
        - 	        floppy:
        - 	          readonly: true
        - 	          tray: trayValue
          	        io: ioValue
          	        lun:
          	... // 344 identical lines
          	"""
          )
  • Loading branch information
alaypatel07 committed May 19, 2023
1 parent e524203 commit 0f7febd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/kubevirt.io/api/core/v1/types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f7febd

Please sign in to comment.