Skip to content

Commit

Permalink
Enable kube proxy support
Browse files Browse the repository at this point in the history
  • Loading branch information
nightkr committed Nov 5, 2024
1 parent f73001a commit 5e4747c
Show file tree
Hide file tree
Showing 3 changed files with 128 additions and 4 deletions.
26 changes: 26 additions & 0 deletions Cargo.lock

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

104 changes: 101 additions & 3 deletions Cargo.nix

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dotenvy = "0.15"
futures = "0.3"
indexmap = { version = "2.2", features = ["serde"] }
k8s-openapi = { version = "0.22", default-features = false, features = ["v1_30"] }
kube = { version = "0.93", default-features = false, features = ["client", "rustls-tls", "ws"] }
kube = { version = "0.93", default-features = false, features = ["client", "rustls-tls", "ws", "socks5", "http-proxy"] }
lazy_static = "1.5"
libc = "0.2"
once_cell = "1.19"
Expand Down

0 comments on commit 5e4747c

Please sign in to comment.