-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[CI:DOCS] Update swagger doc for libpod container wait #9339
[CI:DOCS] Update swagger doc for libpod container wait #9339
Conversation
/cc @rhatdan |
bfbf9e7
to
59ed629
Compare
/hold this is related to some ongoing PR, it's possible the API change will be reverted. |
59ed629
to
cbc1a69
Compare
// - stopped | ||
// type: array | ||
// items: | ||
// type: string |
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.
I wish I could use named type as items:
using $ref:
but for query
param it seems not to pass validation, although generators happily generate code 😞
Should I add |
/hold cancel |
75c8d44
to
fbf98c0
Compare
Signed-off-by: Matej Vasek <[email protected]>
fbf98c0
to
caa0bc1
Compare
The API revert PR was resolved and I updated this PR accordingly. |
// - exited | ||
// - removing | ||
// - stopping | ||
// description: "Conditions to wait for. If no condition provided the 'exited' condition is assumed." |
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 check wording.
@edigaryev Here, I am updating doc. |
LGTM |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: matejvasek 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 |
Signed-off-by: Matej Vasek [email protected]