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

Read and connect timeout are now correctly used to configure the client. #82

Merged
merged 1 commit into from
Nov 8, 2016
Merged

Conversation

iocanel
Copy link
Contributor

@iocanel iocanel commented Oct 26, 2016

No description provided.

Copy link
Contributor

@carlossg carlossg left a 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) {
Copy link
Contributor

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) {
Copy link
Contributor

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?

@iocanel
Copy link
Contributor Author

iocanel commented Oct 26, 2016

Tests are failing for reasons not related with the pull requests.

@carlossg
Copy link
Contributor

Unfortunately I'm on vacation without my laptop and can't fix it, and github doesn't let me merge from the phone :(

Pull requests that have a failing status can’t be merged on a phone.

@iocanel
Copy link
Contributor Author

iocanel commented Oct 27, 2016

No worries! Have fun!!!

@carlossg carlossg merged commit d9054af into jenkinsci:master Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants