Open astefanutti opened 11 hours ago
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please assign jeffwan for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Totals | |
---|---|
Change from base Build 12088918617: | 0.0% |
Covered Lines: | 77 |
Relevant Lines: | 77 |
What this PR does / why we need it:
This PR runs
go mod download
prior to running code generation to ensure the required dependencies are present.Before:
After:
Checklist: