From beeb9b2a4682e06dc1f1341d746525e0a6f5c09a Mon Sep 17 00:00:00 2001 From: clux Date: Mon, 9 Sep 2024 20:52:09 +0100 Subject: [PATCH] document new aws-lc-rs feature Signed-off-by: clux --- docs/features.md | 3 ++- includes/links.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/features.md b/docs/features.md index c887d45d..451f8e28 100644 --- a/docs/features.md +++ b/docs/features.md @@ -13,12 +13,13 @@ All public features are exposed through `kube` in [kube's Cargo.toml](https://gi | derive | [CustomResource] | no | [kube-derive], [syn], [quote]| | openssl-tls | tls via openssl | no | [openssl], [hyper-openssl] | | rustls-tls | tls via rustls | [yes] | [rustls], [hyper-rustls] | +| aws-lc-rs | rustls via aws-lc-rs | no | [aws-lc-rs] | | ws | [Execute], [Attach], [Portforward] | no | [tokio-tungstenite] | | gzip | gzip compressed transport | no | [tower-http] feature | | jsonpatch | [Patch] using jsonpatch | no | [json_patch] | | admission | [admission] module | no | [json_patch] | | socks5 | local cluster [socks5] proxying | no | [hyper-socks2] | -| http-proxy | local cluster http proxying | no | [hyper-http-proxy] +| http-proxy | local cluster http proxying | no | [hyper-http-proxy] | | oauth | local cluster oauth for GCP | no | [tame-oauth] | | oidc | local cluster [oidc] auth | no | none | diff --git a/includes/links.md b/includes/links.md index 7d34c0fd..7cdb9c95 100644 --- a/includes/links.md +++ b/includes/links.md @@ -117,6 +117,7 @@ [hyper-openssl]: https://crates.io/crates/hyper-openssl [rustls]: https://crates.io/crates/rustls [hyper-rustls]: https://crates.io/crates/hyper-rustls +[aws-lc-rs]: https://crates.io/crates/aws-lc-rs [tokio-tungstenite]: https://crates.io/crates/tokio-tungstenite [tame-oauth]: https://crates.io/crates/tame-oauth [hyper-socks2]: https://crates.io/crates/hyper-socks2