Skip to content

Rust bindings for the Kubernetes Gateway API

License

Notifications You must be signed in to change notification settings

linkerd/k8s-gateway-api-rs

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9563570 · Jan 22, 2024

History

56 Commits
Dec 11, 2023
Jan 3, 2024
Jan 22, 2024
Jan 3, 2024
May 24, 2022
Jan 22, 2024
May 24, 2022
Jan 3, 2024
Nov 18, 2022
Dec 11, 2023

Repository files navigation

k8s-gateway-api

(Unofficial) Rust bindings for the Kubernetes Gateway API.

Based on gateway-api-v0.5.0-rc1.

Crates.io Documentation 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