-
Notifications
You must be signed in to change notification settings - Fork 950
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
api: checkpoint api optimization #2072
Conversation
apis/swagger.yml
Outdated
schema: | ||
$ref: "#/definitions/Error" | ||
404: | ||
description: "No such exec instance" |
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.
s/exec/checkpoint ?
@Ace-Tang
apis/swagger.yml
Outdated
$ref: "#/responses/500ErrorResponse" | ||
tags: ["Container"] | ||
|
||
/exec/{id}/start: |
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.
Please remove this part.
Codecov Report
@@ Coverage Diff @@
## master #2072 +/- ##
=========================================
Coverage ? 63.52%
=========================================
Files ? 207
Lines ? 16122
Branches ? 0
=========================================
Hits ? 10242
Misses ? 4598
Partials ? 1282
|
LGTM if the CIs are all green. |
Signed-off-by: Ace-Tang <aceapril@126.com>
I do not think the CI failure is related to the code change |
Signed-off-by: Ace-Tang aceapril@126.com
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
Ⅲ. Describe how you did it
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews