{"id":13481326,"url":"https://github.com/kubernetes-sigs/gateway-api","last_synced_at":"2026-01-07T20:18:46.335Z","repository":{"id":37392987,"uuid":"219058535","full_name":"kubernetes-sigs/gateway-api","owner":"kubernetes-sigs","description":"Repository for the next iteration of composite service (e.g. Ingress) and load balancing APIs.","archived":false,"fork":false,"pushed_at":"2025-04-28T04:35:16.000Z","size":27479,"stargazers_count":2058,"open_issues_count":175,"forks_count":533,"subscribers_count":59,"default_branch":"main","last_synced_at":"2025-05-08T08:40:59.655Z","etag":null,"topics":["gateway-api","k8s-sig-network","kubernetes","networking","sig-network"],"latest_commit_sha":null,"homepage":"https://gateway-api.sigs.k8s.io","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubernetes-sigs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY_CONTACTS","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-01T20:33:32.000Z","updated_at":"2025-05-07T18:58:33.000Z","dependencies_parsed_at":"2024-02-05T16:27:38.253Z","dependency_job_id":"bb141699-c389-47f8-ba47-613a01d1f6b7","html_url":"https://github.com/kubernetes-sigs/gateway-api","commit_stats":{"total_commits":2471,"total_committers":255,"mean_commits":9.690196078431372,"dds":0.8802104411169567,"last_synced_commit":"824b6b04bd56edfdb2a629445845034223b744ee"},"previous_names":["kubernetes-sigs/service-apis"],"tags_count":42,"template":false,"template_full_name":"kubernetes/kubernetes-template-project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fgateway-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fgateway-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fgateway-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubernetes-sigs%2Fgateway-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubernetes-sigs","download_url":"https://codeload.github.com/kubernetes-sigs/gateway-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253808604,"owners_count":21967568,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gateway-api","k8s-sig-network","kubernetes","networking","sig-network"],"created_at":"2024-07-31T17:00:50.887Z","updated_at":"2026-01-07T20:18:46.328Z","avatar_url":"https://github.com/kubernetes-sigs.png","language":"Go","funding_links":[],"categories":["NetWork","Go","kubernetes"],"sub_categories":[],"readme":"# Kubernetes Gateway API\n\nThe Gateway API is a part of [SIG Network][sn], and this repository contains\nthe specification and Custom Resource Definitions (CRDs).\n\n## Status\n\nThe latest supported version is `v1` as released by\nthe [v1.4.1 release][gh_release] of this project.\n\nThis version of the API has GA level support for the following resources:\n\n- `v1.GatewayClass`\n- `v1.Gateway`\n- `v1.HTTPRoute`\n- `v1.GRPCRoute`\n- `v1.BackendTLSPolicy`\n\nFor all the other APIs and their support levels please consult [the spec][spec].\n\n## Documentation\n\n### Website\n\nThe API specification and detailed documentation is available on the project\nwebsite: [https://gateway-api.sigs.k8s.io][ghp].\n\n### Concepts\n\nTo get started, please read through [API concepts][concepts] and\n[Security model][security-model]. These documents give the necessary background\nto understand the API and the use-cases it targets.\n\n### Getting started\n\nOnce you have a good understanding of the API at a higher-level, check out\n[getting started][getting-started] to install your first Gateway controller and try out\none of the guides.\n\n### References\n\nFor a complete API reference, please refer to:\n\n- [API reference][spec]\n- [Go docs for the package][godoc]\n\n## Gateway API conformance\n\nIf you are developing a Gateway API implementation and want to run conformance tests\nagainst your project and eventually submit the proof of conformance, visit the [conformance\ndocumentation][conformance-docs] for the test suite documentation, and the conformance\nreports [readme][reports-readme] to see the reports submission rules. If you\nare a user who wants to explore the features supported by the various implementations,\nnavigate the [conformance reports][conformance-reports]\n\n## Contributing\n\nCommunity meeting schedule, notes and developer guide can be found on the\n[community page][cm].\nOur Kubernetes Slack channel is [#sig-network-gateway-api][slack].\n\n### Code of conduct\n\nParticipation in the Kubernetes community is governed by the\n[Kubernetes Code of Conduct](code-of-conduct.md).\n\n[ghp]: https://gateway-api.sigs.k8s.io/\n[sn]: https://github.com/kubernetes/community/tree/master/sig-network\n[cm]: https://gateway-api.sigs.k8s.io/contributing/community\n[slack]: https://kubernetes.slack.com/messages/sig-network-gateway-api\n[getting-started]: https://gateway-api.sigs.k8s.io/guides/\n[spec]: https://gateway-api.sigs.k8s.io/reference/spec/\n[concepts]: https://gateway-api.sigs.k8s.io/concepts/api-overview\n[security-model]: https://gateway-api.sigs.k8s.io/concepts/security-model\n[gh_release]: https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.4.1\n[godoc]: https://pkg.go.dev/sigs.k8s.io/gateway-api\n[conformance-docs]: https://gateway-api.sigs.k8s.io/concepts/conformance/\n[reports-readme]: ./conformance/reports/README.md\n[conformance-reports]: ./conformance/reports/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes-sigs%2Fgateway-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubernetes-sigs%2Fgateway-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubernetes-sigs%2Fgateway-api/lists"}