Skip to content

Commit

Permalink
add virtualmainche and generate code
Browse files Browse the repository at this point in the history
  • Loading branch information
aiwantaozi authored and guangbochen committed Aug 7, 2020
1 parent d1e8055 commit 6fd7d5d
Show file tree
Hide file tree
Showing 3 changed files with 369 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/codegen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ func main() {
},
kubevirtv1.GroupName: {
Types: []interface{}{
kubevirtv1.VirtualMachine{},
kubevirtv1.VirtualMachineInstance{},
},
GenerateTypes: false,
Expand Down
4 changes: 4 additions & 0 deletions pkg/generated/controllers/kubevirt.io/v1alpha3/interface.go

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

364 changes: 364 additions & 0 deletions pkg/generated/controllers/kubevirt.io/v1alpha3/virtualmachine.go

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

0 comments on commit 6fd7d5d

Please sign in to comment.