Skip to content

Commit 5e4747c

Browse files
committed
Enable kube proxy support
1 parent f73001a commit 5e4747c

File tree

3 files changed

+128
-4
lines changed

3 files changed

+128
-4
lines changed

Cargo.lock

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 101 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dotenvy = "0.15"
2929
futures = "0.3"
3030
indexmap = { version = "2.2", features = ["serde"] }
3131
k8s-openapi = { version = "0.22", default-features = false, features = ["v1_30"] }
32-
kube = { version = "0.93", default-features = false, features = ["client", "rustls-tls", "ws"] }
32+
kube = { version = "0.93", default-features = false, features = ["client", "rustls-tls", "ws", "socks5", "http-proxy"] }
3333
lazy_static = "1.5"
3434
libc = "0.2"
3535
once_cell = "1.19"

0 commit comments

Comments
 (0)