Skip to content

Is Kubebuilder 3.9.0 working for "create api" go/v3? #3182

Closed Answered by camilamacedo86
Gearheads asked this question in Support
Discussion options

You must be logged in to vote

Yes, it is. The problem here is that you build the project with old versions and dependencies, and you are facing breaking changes,
See:

github.com/fidelity/fid-cert-manager/controllers.test imports
sigs.k8s.io/controller-runtime/pkg/envtest/printer: module sigs.k8s.io/controller-runtime@latest found (v0.14.1), but does not contain package sigs.k8s.io/controller-runtime/pkg/envtest/printer

You need to sort out the breaking changes addressed via controller-runtime first in your project.
I mean, you need first to upgrade your project, sort out all dependencies and use the tool to create new apis.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@camilamacedo86
Comment options

@Gearheads
Comment options

Answer selected by camilamacedo86
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants