-
Notifications
You must be signed in to change notification settings - Fork 3k
Swagger: yet more fixes #5279
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
Swagger: yet more fixes #5279
Conversation
|
/ok-to-test |
|
/hold Go ahead and cancel hold when tests pass. |
|
Thanks. One of the test failures is a flake, which I'm working on a PR to at least try to work around. One is, sigh, a collision of my login test with #5268; am working on a fix for that too, as higher priority since that will affect everyone's CI. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago, jwhonce, mheon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
PR containers#5204 added /libpod/containers/create but with the wrong swagger comment. Fix that. Also fix some other inconsistencies: missing 'libpod' prefix, missing 'Container' suffix, and change 'ContainerCreate' to 'CreateContainer'; all of these changes preserve consistency with both the invoked function as well as the overall naming conventions used in this module. Signed-off-by: Ed Santiago <[email protected]>
da11096 to
63a2fec
Compare
|
LGTM |
|
/lgtm |
|
/hold cancel |
PR #5204 added /libpod/containers/create but with the wrong
swagger comment. Fix that.
Also fix some other inconsistencies: missing 'libpod' prefix,
missing 'Container' suffix, and change 'ContainerCreate'
to 'CreateContainer'; all of these changes preserve consistency
with both the invoked function as well as the overall naming
conventions used in this module.
Signed-off-by: Ed Santiago [email protected]