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.
5
2
//!
6
3
//! # Overview
@@ -106,9 +103,6 @@
106
103
//!
107
104
//! # Examples
108
105
//! 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/).
112
106
#![cfg_attr(docsrs, feature(doc_cfg))]
113
107
114
108
macro_rules! cfg_client {
@@ -396,9 +390,8 @@ mod test {
396
390
Ok(())
397
391
}
398
392
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.
393
+
#[tokio::test]
394
+
#[ignore = "needs cluster (fetches api resources, and lists all)"]
0 commit comments