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

add gateway api user stories kni kep #12

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions keps/sig-network/4410-k8s-network-interface/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ The proposal of this KEP is to design and implement the KNI-API and make necessa

We are constantly adding these user stories, please join the community sync to discuss.

#### Gateway API related user stories

As a user of `Gateways` (from [Gateway API]) I want to be able to specify and
see what networks a `Gateway` resource is accessible on (e.g. I would like to be
able to define network scopes such as "public", "private", "cluster", e.t.c.).
See [GEP-1651].

[Gateway API]:https://github.com/kubernetes-sigs/gateway-api
[GEP-1651]:https://gateway-api.sigs.k8s.io/geps/gep-1651/

### Notes/Constraints/Caveats

## Constraints
Expand Down