generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 621
Closed
Closed
Copy link
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.release-blockerMUST be completed to complete the milestoneMUST be completed to complete the milestone
Milestone
Description
What happened:
The current AttachedRoutes spec is rather vague and does not clarify how partially invalid states should be handled.
gateway-api/apis/v1beta1/gateway_types.go
Lines 671 to 673 in 46d4088
| // AttachedRoutes represents the total number of Routes that have been | |
| // successfully attached to this Listener. | |
| AttachedRoutes int32 `json:"attachedRoutes"` |
This came up in #1624 (comment).
What you expected to happen:
I expected clear guidance on how to set this value for partially invalid listeners or routes.
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.priority/important-soonMust be staffed and worked on either currently, or very soon, ideally in time for the next release.Must be staffed and worked on either currently, or very soon, ideally in time for the next release.release-blockerMUST be completed to complete the milestoneMUST be completed to complete the milestone