No description
  • Go 92.7%
  • Shell 4.3%
  • Python 1.4%
  • Smarty 0.7%
  • Makefile 0.7%
  • Other 0.2%
Find a file
hashicorp-copywrite[bot] 893dad8c90
[COMPLIANCE] Add Copyright and License Headers (#12)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2026-03-10 14:23:12 +05:30
.github [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:12 +05:30
apis Update generated code 2022-10-12 00:09:24 +00:00
cmd/admission automate webhook server image build and publishing 2021-04-22 17:20:23 -07:00
config [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:12 +05:30
conformance [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:12 +05:30
docs [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:12 +05:30
examples [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:12 +05:30
hack [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:12 +05:30
pkg Remove ReferencePolicy in favor of ReferenceGrant 2022-09-26 18:53:09 +00:00
site-src Merge pull request #1408 from gnossen/grpcroute_guide 2022-10-12 20:11:00 -07:00
tools Fix codegen script to work with Go modules. 2020-10-02 14:51:24 +10:00
.gitattributes Renaming stable channel to standard channel 2022-06-07 20:00:30 +00:00
.gitignore Supply single install YAMLs for all required config (#1090) 2022-04-11 09:42:07 -07:00
.golangci.yml [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:12 +05:30
CHANGELOG.md Bumping version to v0.5.1 throughout docs 2022-09-27 21:32:02 +00:00
cloudbuild.yaml [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:12 +05:30
code-of-conduct.md Initial commit 2019-11-01 16:33:33 -04:00
CONTRIBUTING.md updated link for contributor-cheatsheet 2021-11-27 21:54:42 +05:30
Dockerfile Add conformance tests for ReferencePolicy (#1081) 2022-05-04 14:48:21 -07:00
go.mod deps: update controller-runtime to adapt to breaking change in go-logr/logr 2022-06-10 17:58:28 -04:00
go.sum deps: update controller-runtime to adapt to breaking change in go-logr/logr 2022-06-10 17:58:28 -04:00
LICENSE revamp readme to point to relevant resources 2020-10-29 10:24:07 -05:00
Makefile chore: updates for default branch rename 2022-06-08 14:22:37 -04:00
mkdocs.yml [COMPLIANCE] Add Copyright and License Headers (#12) 2026-03-10 14:23:12 +05:30
netlify.toml Fix PYTHON_VERSION for build image 2022-09-07 13:06:33 +00:00
OWNERS Adding GAMMA leads to OWNERS 2022-07-12 23:05:58 +00:00
OWNERS_ALIASES Adding GAMMA leads to OWNERS 2022-07-12 23:05:58 +00:00
README.md Bumping version to v0.5.1 throughout docs 2022-09-27 21:32:02 +00:00
RELEASE.md Fix some spelling mistakes 2022-10-03 20:41:49 +02:00
requirements.txt Fixing docs to have subheaders again, removing custom alignment 2022-06-07 05:43:25 +00:00
SECURITY_CONTACTS Update OWNERS, OWNERS_ALIASES and SECURITY_CONTACTS. 2019-11-01 16:57:13 -04:00

Kubernetes Gateway API

The Gateway API is a part of SIG Network, and this repository contains the specification and Custom Resource Definitions (CRDs).

Status

The latest supported version is v1beta1 as released by the v0.5.1 release of this project.

This version of the API is has beta level support for the following resources:

  • v1beta1.GatewayClass
  • v1beta1.Gateway
  • v1beta1.HTTPRoute

For all other APIs we provide alpha level support.

Documentation

Website

The API specification and detailed documentation is available on the project website: https://gateway-api.sigs.k8s.io.

Concepts

To get started, please read through API concepts and Security model. These documents give the necessary background to understand the API and the use-cases it targets.

Getting started

Once you have a good understanding of the API at a higher-level, check out getting started to install your first Gateway controller and try out one of the guides.

References

A complete API reference, please refer to:

Contributing

Community meeting schedule, notes and developer guide can be found on the community page. Our Kubernetes Slack channel is #sig-network-gateway-api.

Technical Leads

  • @bowei
  • @thockin

Code of conduct

Participation in the Kubernetes community is governed by the Kubernetes Code of Conduct.