You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- documenting features, linking to kube.rs/features
- adding an informer alias so that people that search for informer land on watcher
- add a logo to the lhs of the docs.rs/kube page
Signed-off-by: clux <[email protected]>
//! Kube is an umbrella-crate for interacting with [Kubernetes](http://kubernetes.io) in Rust.
2
5
//!
3
6
//! # Overview
@@ -103,6 +106,9 @@
103
106
//!
104
107
//! # Examples
105
108
//! A large list of complete, runnable examples with explainations are available in the [examples folder](https://github.com/kube-rs/kube/tree/main/examples).
109
+
//!
110
+
//! # Features
111
+
//! Documented at [kube.rs/features](https://kube.rs/features/).
0 commit comments