Skip to content

Commit 30bf3ed

Browse files
committed
document two choices on tls via rustls
Signed-off-by: clux <[email protected]>
1 parent 7323032 commit 30bf3ed

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/features.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ All public features are exposed through `kube` in [kube's Cargo.toml](https://gi
1313
| derive | [CustomResource] | no | [kube-derive], [syn], [quote]|
1414
| openssl-tls | tls via openssl | no | [openssl], [hyper-openssl] |
1515
| rustls-tls | tls via rustls | [yes] | [rustls], [hyper-rustls] |
16+
| ring | rustls via ring | yes | [ring] |
1617
| aws-lc-rs | rustls via aws-lc-rs | no | [aws-lc-rs] |
1718
| ws | [Execute], [Attach], [Portforward] | no | [tokio-tungstenite] |
1819
| gzip | gzip compressed transport | no | [tower-http] feature |

includes/links.md

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
[rustls]: https://crates.io/crates/rustls
119119
[hyper-rustls]: https://crates.io/crates/hyper-rustls
120120
[aws-lc-rs]: https://crates.io/crates/aws-lc-rs
121+
[ring]: https://crates.io/crates/ring
121122
[tokio-tungstenite]: https://crates.io/crates/tokio-tungstenite
122123
[tame-oauth]: https://crates.io/crates/tame-oauth
123124
[hyper-socks2]: https://crates.io/crates/hyper-socks2

0 commit comments

Comments
 (0)