-
Notifications
You must be signed in to change notification settings - Fork 492
New issue
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
Moving v1alpha2 to the gateway.networking.k8s.io API Group #707
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: robscott The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
0fcf8e5
to
b9769e1
Compare
Great work! I can't think of any other thing that might stop working but I expect some amount of whack-a-mole with this one. |
Thanks for catching that @hbagdi! Should be updated now. |
@robscott There is a merge conflict because the other PR got merged in. |
@hbagdi thanks for the reviews! Just rebased this after the latest conflict. |
--input-dirs "${FQ_APIS}" \ | ||
--output-package "${FQ_APIS}" \ | ||
${COMMON_FLAGS} | ||
# TODO(robscott): Change this once v1alpha2 has received formal API approval. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@robscott Can we please create a Github issue to track this and possibly reference this here in a follow up PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good call, thanks for catching that! #716
/lgtm @robscott Merging this in but please create an issue to track formal API approval. |
kind: CustomResourceDefinition | ||
metadata: | ||
annotations: | ||
api-approved.kubernetes.io: unapproved |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there an issue tracking getting this approved?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What type of PR is this?
/kind cleanup
/kind api-change
What this PR does / why we need it:
Fixes #690
Does this PR introduce a user-facing change?: