Skip to content

Commit 48acd7c

Browse files
authored
Merge pull request #74 from kube-rs/webpki-roots-feature
Add feature docs for webpki-roots
2 parents 56e17fa + ac796c4 commit 48acd7c

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
@@ -22,6 +22,7 @@ All public features are exposed through `kube` in [kube's Cargo.toml](https://gi
2222
| http-proxy | local cluster http proxying | no | [hyper-http-proxy] |
2323
| oauth | local cluster oauth for GCP | no | [tame-oauth] |
2424
| oidc | local cluster [oidc] auth | no | none |
25+
| webpki-roots| Mozilla's root certificates | no | [webpki-roots] |
2526

2627
!!! note "Client dependencies"
2728

includes/links.md

+1
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,4 @@
125125
[hyper-http-proxy]: https://crates.io/crates/hyper-http-proxy
126126
[syn]: https://crates.io/crates/syn
127127
[quote]: https://crates.io/crates/quote
128+
[webpki-roots]: https://github.com/rustls/webpki-roots

0 commit comments

Comments
 (0)