Skip to content

Commit

Permalink
document new aws-lc-rs feature
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Sep 9, 2024
1 parent a5bd4a0 commit beeb9b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

Expand Down
1 change: 1 addition & 0 deletions includes/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit beeb9b2

Please sign in to comment.