Skip to content

Commit

Permalink
showcase body-collect
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Mar 26, 2024
1 parent 1125df0 commit 8bcd4b2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 15 deletions.
11 changes: 0 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,15 @@ anyhow = "1.0.75"
[dev-dependencies]
assert-json-diff = "2.0.2"
http = "1"
http-body-util = "0.1.1"
hyper = "1"
tower-test = "0.4.0"

[dependencies.kube]
features = ["runtime", "client", "derive" ]
version = "0.89.0"
#version = "0.89.0"

# testing new releases - ignore
#git = "https://github.com/kube-rs/kube.git"
#branch = "main"
#rev = "19b90ad3a4dbc83e1dd742847c7707333259b1bb"
#path = "../kube/kube"
path = "../kube/kube"
1 change: 0 additions & 1 deletion src/fixtures.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
use crate::{Context, Document, DocumentSpec, DocumentStatus, Metrics, Result, DOCUMENT_FINALIZER};
use assert_json_diff::assert_json_include;
use http::{Request, Response};
use http_body_util::BodyExt;
use kube::{client::Body, Client, Resource, ResourceExt};
use prometheus::Registry;
use std::sync::Arc;
Expand Down

0 comments on commit 8bcd4b2

Please sign in to comment.