-
Notifications
You must be signed in to change notification settings - Fork 135
Add --allow_unused_images resolver flag (#161) #162
Conversation
/assign |
@fejta: Thanks! Rereplied on the issue. :-) |
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
/ok-to-test |
/override cla/google |
/override cla/google |
@fejta: Overrode contexts on behalf of fejta: cla/google In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve |
/test pull-rules-k8s-e2e |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: calder, fejta 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 |
/override cla/google |
@fejta: Overrode contexts on behalf of fejta: cla/google In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/lgtm |
Thanks @fejta! |
* `resolver_args` was introduced in bazelbuild#162 but not documented
* Add description on `resolver_args` for `k8s_object` * `resolver_args` was introduced in #162 but not documented * Fix format from pre to code Co-authored-by: alex1545 <42874203+alex1545@users.noreply.github.com>
This fixes #161.