Skip to content

Commit

Permalink
Merge pull request #74 from kube-rs/webpki-roots-feature
Browse files Browse the repository at this point in the history
Add feature docs for webpki-roots
  • Loading branch information
clux authored Oct 9, 2024
2 parents 56e17fa + ac796c4 commit 48acd7c
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 48acd7c

Please sign in to comment.