-
Notifications
You must be signed in to change notification settings - Fork 39.9k
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
Update openapi and doc to reflect 202 path in API server delete handler #63418
Update openapi and doc to reflect 202 path in API server delete handler #63418
Conversation
/sig api-machinery |
/test pull-kubernetes-e2e-kops-aws |
/uncc |
/assign @mbohlool |
/lgtm |
/retest |
f2359e0
to
cd18e5e
Compare
cd18e5e
to
0ff4351
Compare
/retest |
0ff4351
to
cb2860a
Compare
/retest |
/lgtm |
/retest |
/retest |
1 similar comment
/retest |
cb2860a
to
9ad6d72
Compare
/lgtm |
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: liggitt, mbohlool, roycaihw The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/test all [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions here. |
What this PR does / why we need it:
Our API server returns 202 Accepted if a delete operation is asynchronous, but it is not reflected in our openapi spec and documentation. This PR adds 202 path in endpoint installer and updates our openapi spec and docs. The change in openapi spec may affect some clients that depend on the error paths. Python client only depends on response type, which is not changed in this PR. Sending this PR to see if it breaks client-go.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):ref #33196
Special notes for your reviewer:
Release note: