Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add connect/read/write timeouts to Config #971

Merged
merged 4 commits into from Aug 5, 2022

Conversation

goenning
Copy link
Contributor

@goenning goenning commented Aug 1, 2022

Signed-off-by: goenning me@goenning.net

Motivation

closes #969

Solution

Note 1: I'm new to Rust, I might have made mistakes :)

Signed-off-by: goenning <me@goenning.net>
@clux clux added this to the 0.75.0 milestone Aug 1, 2022
@clux clux added the changelog-change changelog change category for prs label Aug 1, 2022
Signed-off-by: goenning <me@goenning.net>
@codecov-commenter
Copy link

codecov-commenter commented Aug 2, 2022

Codecov Report

Merging #971 (fb7fe9f) into master (fb695bc) will decrease coverage by 0.04%.
The diff coverage is 54.54%.

@@            Coverage Diff             @@
##           master     #971      +/-   ##
==========================================
- Coverage   72.41%   72.37%   -0.05%     
==========================================
  Files          64       64              
  Lines        4430     4438       +8     
==========================================
+ Hits         3208     3212       +4     
- Misses       1222     1226       +4     
Impacted Files Coverage Δ
kube-client/src/config/mod.rs 48.80% <37.50%> (-1.20%) ⬇️
kube-client/src/client/builder.rs 70.90% <100.00%> (ø)
kube-runtime/src/wait.rs 71.69% <0.00%> (+1.88%) ⬆️

@clux clux changed the title add connect/read/write timeout Add connect/read/write timeouts to Config Aug 5, 2022
@clux clux merged commit 050bf9d into kube-rs:master Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-change changelog change category for prs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate Connect/Read timeout setting
5 participants