We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56e17fa + ac796c4 commit 48acd7cCopy full SHA for 48acd7c
docs/features.md
@@ -22,6 +22,7 @@ All public features are exposed through `kube` in [kube's Cargo.toml](https://gi
22
| http-proxy | local cluster http proxying | no | [hyper-http-proxy] |
23
| oauth | local cluster oauth for GCP | no | [tame-oauth] |
24
| oidc | local cluster [oidc] auth | no | none |
25
+| webpki-roots| Mozilla's root certificates | no | [webpki-roots] |
26
27
!!! note "Client dependencies"
28
includes/links.md
@@ -125,3 +125,4 @@
125
[hyper-http-proxy]: https://crates.io/crates/hyper-http-proxy
126
[syn]: https://crates.io/crates/syn
127
[quote]: https://crates.io/crates/quote
128
+[webpki-roots]: https://github.com/rustls/webpki-roots
0 commit comments