Closed aviramha closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 75.3%. Comparing base (
c0fe0c8
) to head (08fda05
). Report is 4 commits behind head on main.
This sounds sensible to me if the go side does not do it. CC @goenning who currently has a related issue under https://github.com/kube-rs/kube/issues/1203.
Ship it :)
remove using HTTP PROXY from environment variable, matching kubectl's behavior.
I found out that kubectl doesn't care for the
HTTP_PROXY
environment variable, probably for security reasons (a way to have plaintext requests?)