-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Read and connect timeout are now correctly used to configure the client. #82
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are failing, and can you keep backwards compatibility?
Thanks
|
||
public KubernetesFactoryAdapter(String serviceAddress, @CheckForNull String caCertData, | ||
@CheckForNull String credentials, boolean skipTlsVerify) { | ||
this(serviceAddress, null, caCertData, credentials, skipTlsVerify); | ||
@CheckForNull String credentials, boolean skipTlsVerify, int readTimeout, int connectTimeout) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you keep backwards compatibility?
} | ||
|
||
|
||
public KubernetesFactoryAdapter(String serviceAddress, String namespace, @CheckForNull String caCertData, | ||
@CheckForNull String credentials, boolean skipTlsVerify) { | ||
@CheckForNull String credentials, boolean skipTlsVerify, int connectTimeout, int readTimeout) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you keep backwards compatibility?
Tests are failing for reasons not related with the pull requests. |
Unfortunately I'm on vacation without my laptop and can't fix it, and github doesn't let me merge from the phone :(
|
No worries! Have fun!!! |
No description provided.