Is Kubebuilder 3.9.0 working for "create api" go/v3? #3182
-
Hello, I am trying to use
I noticed within the Issues section that upgrading to Also, I noticed within this PR that most of the I see that there are still some files that reference this package: https://github.com/kubernetes-sigs/kubebuilder/search?q=%2Fpkg%2Fenvtest%2Fprinter Please let me know if I am mistaken, and if I am don't something wrong. 😄 Versions
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Yes, it is. The problem here is that you build the project with old versions and dependencies, and you are facing breaking changes,
You need to sort out the breaking changes addressed via controller-runtime first in your project. |
Beta Was this translation helpful? Give feedback.
-
Closing since it is answered. |
Beta Was this translation helpful? Give feedback.
Yes, it is. The problem here is that you build the project with old versions and dependencies, and you are facing breaking changes,
See:
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.