Skip to content
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

Update Go codegen for httproute timeout fields #11164

Merged
merged 1 commit into from
Jul 24, 2023

Conversation

klingerf
Copy link
Contributor

In #11008 I added Go support for the timeouts field in the HTTPRouteRule struct. That used Go's built-in time.Duration type, but based on my reading of kubernetes-sigs/gateway-api#2013, we should instead be using apimachinery's metav1.Duration type.

In linkerd#11008 I added Go support for the `timeouts` field in the
`HTTPRouteRule` struct. That used Go's built-in `time.Duration` type,
but based on my reading of kubernetes-sigs/gateway-api#2013, we should
instead by using apimachinery's `metav1.Duration` type.

Signed-off-by: Kevin Ingelman <[email protected]>
@klingerf klingerf requested a review from a team as a code owner July 24, 2023 22:28
Copy link
Contributor

@hawkw hawkw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup, this looks correct to me!

@hawkw hawkw requested a review from a team July 24, 2023 22:42
Copy link
Member

@alpeb alpeb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@alpeb alpeb merged commit 32831ba into linkerd:main Jul 24, 2023
35 checks passed
@klingerf klingerf deleted the ki/httproute-fix branch July 24, 2023 22:59
@hawkw hawkw modified the milestone: stable-2.13.6 Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants