-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
✨ Implement IgnoreNotFound
#428
✨ Implement IgnoreNotFound
#428
Conversation
/assign @DirectXMan12 |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adracus, DirectXMan12 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 |
@adracus Travis is failing, please fix |
implement `IgnoreNotFound` that ignores `NotFound` errors create test cases
24ce9a4
to
794ef6d
Compare
New changes are detected. LGTM label has been removed. |
Don't really know why this now immediately got merged... I just fixed the build locally, then the Travis build failed since the PR was already closed |
Ok however the merge commit's build passed: |
Add missing type to ContainerSetStatus example
implement
IgnoreNotFound
that ignoresNotFound
errorscreate test cases
Fixes #357
This allows to easily ignore
NotFound
errors which is often required in case where it's just necessary to see that a resource is gone.