# gateway-api **Repository Path**: Liu_YiHong/gateway-api ## Basic Information - **Project Name**: gateway-api - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-22 - **Last Updated**: 2021-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Kubernetes Gateway API The Gateway API is a part of the [SIG Network][sn], and this repository contains the specification and Custom Resource Definitions (CRDs). *Note: This project was previously named "Service APIs" until being renamed to "Gateway API" in February 2021.* ## Status The latest supported version is v1alpha1 as released by the [v0.3.0 release](https://github.com/kubernetes-sigs/gateway-api/releases/tag/v0.3.0) of this project. A second alpha API version, v1alpha2, is under active development, but this is considered unstable and has not been released yet. ## Documentation ### Website The API specification and detailed documentation is available on the project website: [https://gateway-api.sigs.k8s.io][ghp]. ### Concepts To get started, please read through [API concepts][concepts] and [Security model][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][getting-started] to install your first Gateway controller and try out one of the guides. ### References A complete API reference, please refer to: - [API reference][spec] - [Go docs for the package](https://pkg.go.dev/sigs.k8s.io/gateway-api/apis/v1alpha1) ## Contributing Community meeting schedule, notes and developer guide can be found on the [community page][cm]. Our Kubernetes Slack channel is [#sig-network-gateway-api][slack]. ## Technical Leads - @bowei - @thockin ### Code of conduct Participation in the Kubernetes community is governed by the [Kubernetes Code of Conduct](code-of-conduct.md). [ghp]: https://gateway-api.sigs.k8s.io/ [sn]: https://github.com/kubernetes/community/tree/master/sig-network [cm]: https://gateway-api.sigs.k8s.io/contributing/community [slack]: https://kubernetes.slack.com/messages/sig-network-gateway-api [getting-started]: https://gateway-api.sigs.k8s.io/guides/getting-started [spec]: https://gateway-api.sigs.k8s.io/references/spec [concepts]: https://gateway-api.sigs.k8s.io/concepts/api-overview [security-model]: https://gateway-api.sigs.k8s.io/concepts/security-model