6 releases (breaking)

new 0.14.1 Dec 9, 2024
0.14.0 Oct 19, 2024
0.12.0 Oct 19, 2024
0.9.0 May 23, 2024
0.1.3 Nov 18, 2022

#893 in Network programming

Download history 8/week @ 2024-08-18 8/week @ 2024-09-08 46/week @ 2024-09-15 49/week @ 2024-09-22 9/week @ 2024-09-29 12/week @ 2024-10-06 358/week @ 2024-10-13 201/week @ 2024-10-20 204/week @ 2024-10-27 101/week @ 2024-11-03 2/week @ 2024-11-10 38/week @ 2024-11-17 12/week @ 2024-11-24 35/week @ 2024-12-01

88 downloads per month
Used in junction-api

MIT license

515KB
3.5K SLoC

Docs crates.io License

Warning: EXPERIMENTAL. Not ready for production use.

Note: This library should be considered "unofficial". While the aspiration is to eventually become the "official" Gateway API bindings for Rust, Kubernetes SIG Network has not yet (and may never) officially endorsed it.

Gateway API (Rust)

Note: Currently supports Gateway API version v1.2.1

This project provides bindings in Rust for Kubernetes Gateway API.

Usage

Basic usage involves using a kube-rs Client to perform create, read, update and delete (CRUD) operations on Gateway API resources. You can either use a basic Client to perform CRUD operations, or you can build a Controller. See the gateway-api/examples/ directory for detailed (and specific) usage examples.

Development

This project uses Kopium to automatically generate API bindings from upstream Gateway API. Make sure you install kopium locally in order to run the generator:

$ cargo install kopium

After which you can run the update.sh script:

$ ./update.sh

Check for errors and/or a non-zero exit code, but upon success you should see updates automatically generated for code in the gateway-api/src/api directory which you can then commit.

Dependencies

~43MB
~703K SLoC