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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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