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
//! 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/).
106
112
#![cfg_attr(docsrs, feature(doc_cfg))]
107
113
108
114
macro_rules! cfg_client {
@@ -390,8 +396,9 @@ mod test {
390
396
Ok(())
391
397
}
392
398
393
-
#[tokio::test]
394
-
#[ignore = "needs cluster (fetches api resources, and lists all)"]
399
+
// #[tokio::test]
400
+
// #[ignore = "needs cluster (fetches api resources, and lists all)"]
401
+
// TODO: fixup. gets rate limited in default k3s on CI now.
0 commit comments