-
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
api: add RouteConditionReason to v1alpha2 #1114
api: add RouteConditionReason to v1alpha2 #1114
Conversation
Hi @mikemorris. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
In the course of writing our Gateway.Listeners[].allowedRoutes implementation @shaneutt noted that there was no way we could indicate rejections on the resource. He originally suggested a Not sure if we could piggyback off this PR to do so; I submitted mikemorris#1 if so, or can retarget it to this repo after this is merged. |
Agreed that's a valid case that's difficult to communicate currently @rainest, and I do think communicating this through a I think I'd lean towards retargeting after merging this though given that it's somewhat new/unspecified scope - might be nice to add a conformance test (or augment the existing |
@mikemorris A few tiny comments but otherwise LGTM. @rainest I like the change you proposed in mikemorris#1, do you mind filing a follow up PR here once this one merges? |
/ok-to-test |
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.
Found one more very tiny nit, but does not need to block.
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mikemorris, 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 |
Co-authored-by: Rob Scott <rob.scott87@gmail.com>
/lgtm |
What type of PR is this?
/kind documentation
/kind feature
/kind api-change
/kind deprecation
What this PR does / why we need it:
Adds a
RouteConditionReason
type with known required reasons and renames twoRouteConditionType
constants. Not sure if the release note formatting would make more sense to split this into two separate PRs.Which issue(s) this PR fixes:
Fixes #1109, refs #1112
Does this PR introduce a user-facing change?: