|
2 | 2 | [](https://crates.io/crates/gateway-api) |
3 | 3 | [](https://raw.githubusercontent.com/kube-rs/gateway-api-rs/main/LICENSE) |
4 | 4 |
|
5 | | -> **Warning**: EXPERIMENTAL. **Not ready for production use**. |
| 5 | +> **Warning**: EXPERIMENTAL. |
6 | 6 |
|
7 | 7 | # Gateway API (Rust) |
8 | 8 |
|
9 | | -This project provides bindings in [Rust] for [Kubernetes] [Gateway API]. |
| 9 | +[Rust] bindings for [Kubernetes] [Gateway API]. |
10 | 10 |
|
11 | 11 | > **Note**: Currently supports [Gateway API version v1.2.1][gwv] |
12 | 12 |
|
13 | | -> **Note**: The aspiration is to eventually become the "official" Gateway |
14 | | -> API bindings for Rust. However [Kubernetes SIG Network] has not |
15 | | -> officially endorsed it so this should be considered "unofficial" for now. |
16 | | -
|
17 | 13 | [gwv]:https://github.com/kubernetes-sigs/gateway-api/releases/tag/v1.2.1 |
18 | 14 | [Rust]:https://rust-lang.org |
19 | 15 | [Kubernetes]:https://kubernetes.io/ |
20 | 16 | [Gateway API]:https://gateway-api.sigs.k8s.io/ |
21 | | -[Kubernetes SIG Network]:https://github.com/kubernetes/community/tree/master/sig-network |
22 | 17 |
|
23 | 18 | ## Usage |
24 | 19 |
|
@@ -56,13 +51,13 @@ which you can then commit. |
56 | 51 |
|
57 | 52 | ## Contributions |
58 | 53 |
|
59 | | -Contributions are welcome. Please create an issue describing the contribution |
60 | | -needed prior to creating a PR. |
| 54 | +Contributions are welcome. Please create an issue describing what changes are |
| 55 | +desired prior to creating a PR. |
61 | 56 |
|
62 | 57 | Please check our [project board] to see what work has been accepted and is |
63 | 58 | in need of an owner. The `next` column will hold high priority items. |
64 | 59 |
|
65 | | -For discussions we prefer the [discussion board]. |
| 60 | +For questions and general discussion, please use the [discussion board]. |
66 | 61 |
|
67 | 62 | [project board]:https://github.com/orgs/kube-rs/projects/3 |
68 | 63 | [discussion board]:https://github.com/kube-rs/gateway-api-rs/discussions |
0 commit comments