gateway-api
gateway-api copied to clipboard
Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.
**What would you like to be added**: I'd like to have a helm chart to easily install and upgrade gateway-api. **Why this is needed**: A usage standard, I can contribute...
**What would you like to be added**: support for port matching in routes **Why this is needed**: _Mesh_ (primary use case): for mesh, we are using a parentRef of `Mesh`,...
Implement the `gwctl get backends` command according to the format mentioned in - https://deploy-preview-2723--kubernetes-sigs-gateway-api.netlify.app/geps/gep-2722/ 
https://github.com/kubernetes/kubernetes/pull/122717 I would imagine at least `Gateway.spec.gatewayClassName` and `GatewayClass.spec.controllerName` could be handy. For routes probably nothing; parentRef is nice in theory but a controller needs to cleanup if its removed...
/kind cleanup /kind test /area conformance **What this PR does / why we need it**: This adds an HTTPRoute conformance (Core) to test various Service backends. Currently the test exercises...
**What type of PR is this?** /kind test /area conformance **What this PR does / why we need it**: Conformance test needed to promote GEP-957 to standard. Tested and passes...
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.7 to 10.7.1. Release notes Sourced from pymdown-extensions's releases. 10.7.1 FIX: SmartSymbols: Ensure symbols are properly translated in table of content tokens. Commits 87e649d Upgrade JS doc...
This issue tracks the creation of a memorandum GEP covering the goals, motivations and UX of gwctl.
Split out of #713. This GEP covers work to define and implement an example Inherited Policy. This includes at a minimum: - defining what makes an Inherited Policy - suggested...
**What would you like to be added**: I would like to be able to enforce authentication & (limited) authorization at the Gateway or HTTPRoute level, so that I can safely...