1
0
Fork 0

Fix CRDs code and manifests generation

This commit is contained in:
Romain 2021-09-02 14:40:08 +02:00 committed by GitHub
parent 6c8d200373
commit 287cebb498
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 44 additions and 47 deletions

2
go.mod
View file

@ -96,10 +96,8 @@ require (
k8s.io/apiextensions-apiserver v0.20.2
k8s.io/apimachinery v0.21.0
k8s.io/client-go v0.21.0
k8s.io/code-generator v0.21.0
k8s.io/utils v0.0.0-20210709001253-0e1f9d693477
mvdan.cc/xurls/v2 v2.1.0
sigs.k8s.io/controller-tools v0.5.0
sigs.k8s.io/gateway-api v0.3.0
)