-
Notifications
You must be signed in to change notification settings - Fork 3
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: add mock cluster creation to integration test #21
Conversation
…ture/add-unit-style-integration-with-kind
…ture/add-unit-style-integration-with-kind
…ture/add-unit-style-integration-with-kind
update CI
apply CRD in test kind job
.github/workflows/test-ignore.yml
Outdated
@@ -0,0 +1,53 @@ | |||
name: CI-ScratchPad-PR |
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.
Is this still needed or is it just for reference?
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.
that's just for reference but can be removed actually...
// TODO(user): Add simple overview of use/purpose | ||
|
||
## Description | ||
// TODO(user): An in-depth paragraph about your project and overview of use |
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.
Pls add details
) | ||
|
||
const ( | ||
SuccessMessage = "sucessfully synced resource: %s in namespace: %s" |
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.
spelling
interval = time.Millisecond * 250 | ||
) | ||
|
||
func succesEndpoint() http.Handler { |
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.
spelling
SonarCloud Quality Gate failed. |
No description provided.