-
Notifications
You must be signed in to change notification settings - Fork 670
[apiserver]: merge http utils (timeout) of apiserver v1/v2 #3946
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
Conversation
| - name: kuberay/apiserver | ||
| newName: quay.io/kuberay/apiserver | ||
| newTag: latest | ||
| # Replace NodePort with ClusterIP as we do not need to receive requests from outside the Kubernetes cluster |
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.
Automatically modified by make start-local-apiserver-e2e
Signed-off-by: Cheng-Yeh Chung <[email protected]>
Signed-off-by: Cheng-Yeh Chung <[email protected]>
Signed-off-by: Cheng-Yeh Chung <[email protected]>
Signed-off-by: Cheng-Yeh Chung <[email protected]>
Signed-off-by: Cheng-Yeh Chung <[email protected]>
Signed-off-by: Cheng-Yeh Chung <[email protected]>
machichima
left a comment
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.
LGTM! Just some nit
win5923
left a comment
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.
LGTM
Co-authored-by: Nary Yeh <[email protected]> Signed-off-by: Cheng-Yeh Chung <[email protected]>
Signed-off-by: Cheng-Yeh Chung <[email protected]>
|
LGTM |
|
@rueian reviewers have approved these changes. Would you mind take a look again? |
…ct#3946) * fix: missing timeout deadline in context Signed-off-by: Cheng-Yeh Chung <[email protected]> * feat: merge v1/v2 RetryConfig Signed-off-by: Cheng-Yeh Chung <[email protected]> * feat: merge v1/v2 backoff logic and timeout machenism Signed-off-by: Cheng-Yeh Chung <[email protected]> * update util function Signed-off-by: Cheng-Yeh Chung <[email protected]> * naming consistency Signed-off-by: Cheng-Yeh Chung <[email protected]> * update naming in util func Signed-off-by: Cheng-Yeh Chung <[email protected]> * Update apiserversdk/proxy.go Co-authored-by: Nary Yeh <[email protected]> Signed-off-by: Cheng-Yeh Chung <[email protected]> * simplify http util Signed-off-by: Cheng-Yeh Chung <[email protected]> --------- Signed-off-by: Cheng-Yeh Chung <[email protected]> Co-authored-by: Nary Yeh <[email protected]>
Why are these changes needed?
Merge common HTTP utils (timeout) of apiserver v1/v2 into independent file to improve compatibility
Related issue number
Closes #3893
Checks