BackendTrafficPolicy "Budget" fields should be in struct #3680
Labels
kind/bug
Categorizes issue or PR as related to a bug.
release-blocker
MUST be completed to complete the milestone
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
What happened:
In today's SIG-Network review for v1.3, we got good feedback that
budgetPercent
andbudgetInterval
should really be in a struct to result inbudget.percent
andbudget.interval
. Particularly if we ever think that we'd add a third field with the same prefix.What you expected to happen:
It would be worth moving the following fields into a struct:
gateway-api/apisx/v1alpha1/backendtrafficpolicy_types.go
Lines 122 to 141 in 2b0b9ce
/cc @ericdbishop @mikemorris
The text was updated successfully, but these errors were encountered: