Skip to content

Commit

Permalink
Generate V1 CRDs (#56)
Browse files Browse the repository at this point in the history
Update tools to newer versions.

Note that despite preserveUnknownFields, this is not included in the
generated CRDs due to [1]. Importing our local kustomize hack to
include it here does not seem worthwhile since it is mostly an upgrade
issue.

[1] - kubernetes-sigs/controller-tools#476
  • Loading branch information
bryanv authored and akutz committed Nov 18, 2022
1 parent 3b6e42d commit 5a86f0e
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 54 deletions.
4 changes: 2 additions & 2 deletions hack/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/vmware-tanzu/vm-operator-api/hack/tools
go 1.13

require (
k8s.io/code-generator v0.17.4
sigs.k8s.io/controller-tools v0.2.8
k8s.io/code-generator v0.18.2
sigs.k8s.io/controller-tools v0.4.1
)
Loading

0 comments on commit 5a86f0e

Please sign in to comment.