-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
fix: response of containers wait endpoint #10371
fix: response of containers wait endpoint #10371
Conversation
It can be also omitted, but I don't know how to assert that. |
162b12c
to
fb35721
Compare
fb35721
to
8873ac8
Compare
Changes LGTM, but it looks like you need a rebase @matejvasek |
The `Error` part of response must be nil (or omitted) if no error occurred. Before this commit a zero value for the struct was returned. Signed-off-by: Matej Vasek <[email protected]>
8873ac8
to
92e8589
Compare
@TomSweeneyRedHat rebased |
/lgtm |
/approved |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: matejvasek, rhatdan 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 |
The
Error
part of response must be nil if no error occurred.Before this commit a zero value for the struct was returned.
Signed-off-by: Matej Vasek [email protected]