https://github.com/linkerd/k8s-gateway-api-rs
Rust bindings for the Kubernetes Gateway API
https://github.com/linkerd/k8s-gateway-api-rs
Last synced: about 1 year ago
JSON representation
Rust bindings for the Kubernetes Gateway API
- Host: GitHub
- URL: https://github.com/linkerd/k8s-gateway-api-rs
- Owner: linkerd
- License: apache-2.0
- Created: 2022-05-24T05:39:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T03:06:58.000Z (over 1 year ago)
- Last Synced: 2025-03-29T16:05:38.312Z (about 1 year ago)
- Language: Rust
- Size: 134 KB
- Stars: 30
- Watchers: 11
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k8s-gateway-api
(Unofficial) Rust bindings for the [Kubernetes Gateway API][site].
Based on [gateway-api-v0.5.0-rc1].
[![Crates.io][crate-badge]][crate-url]
[![Documentation][docs-badge]][docs-url]
[](LICENSE)
## Status
This crate is experimental.
It defines all of the *v1beta1* Gateway API types with documentation, as well as
the *v1alpha2* types when the `experimental` feature is enabled.
### TODO
* Express validation constraints
* Rustify/Linkify documentation
[gateway-api-v0.5.0-rc1]: https://github.com/kubernetes-sigs/gateway-api/tree/4f86f0bd65173b04dadb558f63fbbd53330736d2
[site]: https://gateway-api.sigs.k8s.io/
[crate-badge]: https://img.shields.io/crates/v/k8s-gateway-api.svg
[crate-url]: https://crates.io/crates/k8s-gateway-api
[docs-badge]: https://docs.rs/k8s-gateway-api/badge.svg
[docs-url]: https://docs.rs/k8s-gateway-api