-
Notifications
You must be signed in to change notification settings - Fork 55
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
Skip region check for CCS ProjectClaims #121
Skip region check for CCS ProjectClaims #121
Conversation
ff80e90
to
945bad3
Compare
* In CCS, the user is responsible for ensuring enough quota in the provided project, hence skip region check * The region check resulted in a error loop for unsupported regions, as the reconcile returned an error * Add `ConditionInvalid` for failed condition checks * Add missing `return` statement * Fix some warnings for missing checks in return codes * Refactor util.OperationResult functions for easier asserting on results * `go mod tidy`, `go mod vendor`
945bad3
to
068f181
Compare
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: NautiluX, rafael-azevedo 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 |
What type of PR is this?
bugfix && feature && refactor
What this PR does / why we need it:
ConditionInvalid
for failed condition checksreturn
statementgo mod tidy
,go mod vendor
Which issue(s) this PR fixes(can be a reference to existing issue or jira/bz):
Fixes OSD-5710
Pre-checks:
make coverage
command to generate new calculated coverage