Skip to content

Commit

Permalink
Add feature docs for webpki-roots
Browse files Browse the repository at this point in the history
for kube-rs/kube#1323 when it releases

Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Sep 28, 2024
1 parent 56e17fa commit ac796c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ All public features are exposed through `kube` in [kube's Cargo.toml](https://gi
| 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 |
| webpki-roots| Mozilla's root certificates | no | [webpki-roots] |

!!! note "Client dependencies"

Expand Down
1 change: 1 addition & 0 deletions includes/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,3 +125,4 @@
[hyper-http-proxy]: https://crates.io/crates/hyper-http-proxy
[syn]: https://crates.io/crates/syn
[quote]: https://crates.io/crates/quote
[webpki-roots]: https://github.com/rustls/webpki-roots

0 comments on commit ac796c4

Please sign in to comment.