generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 624
Closed as not planned
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.triage/needs-informationIndicates an issue needs more information in order to work on it.Indicates an issue needs more information in order to work on it.
Description
What would you like to be added:
remove minItems limit of listeners in gateway.
Why this is needed:
we are currently to impl a web ui for gateway-api, a common case could be
- create a gateway (via admin)
- add or delete arbitrary listener in it later.
when a gateway must have atleast one listeners, it had to decide which listener shoud be add on createing gateway. and must delete the gateway when want to delete the last listener in it.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.triage/needs-informationIndicates an issue needs more information in order to work on it.Indicates an issue needs more information in order to work on it.