We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened: Our API types currently include controller-runtime dependencies.
What you expected to happen: We should not have a dependency on Controller-Runtime in our API types. For example, look at the equivalent Gateway API file that is fully generated: https://github.com/kubernetes-sigs/gateway-api/blob/aa9679341fdc2cd919a230bf9887416c1881ef2f/apis/v1/zz_generated.register.go#L24-L43
/assign @kfswain /cc @LiorLieberman
The text was updated successfully, but these errors were encountered:
/cc @howardjohn
Sorry, something went wrong.
kfswain
Successfully merging a pull request may close this issue.
What happened:
Our API types currently include controller-runtime dependencies.
What you expected to happen:
We should not have a dependency on Controller-Runtime in our API types. For example, look at the equivalent Gateway API file that is fully generated: https://github.com/kubernetes-sigs/gateway-api/blob/aa9679341fdc2cd919a230bf9887416c1881ef2f/apis/v1/zz_generated.register.go#L24-L43
/assign @kfswain
/cc @LiorLieberman
The text was updated successfully, but these errors were encountered: