Add retry for reconcile error #787
Annotations
5 errors and 21 warnings
|
pkg/utils/event_source_test.go#L18
string `test` has 3 occurrences, make it a constant (goconst)
|
controllers/pulsarconnection_controller.go#L249
unnecessary trailing newline (whitespace)
|
pkg/utils/retry.go#L123
variable 'uid' is only used in the if-statement (pkg/utils/retry.go:126:2); consider using short syntax (ifshort)
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
No public SSH keys found for labuladong; continuing without them even if it is less secure (please consider adding an SSH key, see https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
|
No public SSH keys found for labuladong; continuing without them even if it is less secure (please consider adding an SSH key, see https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
|
No public SSH keys found for labuladong; continuing without them even if it is less secure (please consider adding an SSH key, see https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
|
No public SSH keys found for labuladong; continuing without them even if it is less secure (please consider adding an SSH key, see https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
|
No public SSH keys found for labuladong; continuing without them even if it is less secure (please consider adding an SSH key, see https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
|
No public SSH keys found for labuladong; continuing without them even if it is less secure (please consider adding an SSH key, see https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
|
No public SSH keys found for labuladong; continuing without them even if it is less secure (please consider adding an SSH key, see https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
|
No public SSH keys found for labuladong; continuing without them even if it is less secure (please consider adding an SSH key, see https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
|
No public SSH keys found for labuladong; continuing without them even if it is less secure (please consider adding an SSH key, see https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
|
No public SSH keys found for labuladong; continuing without them even if it is less secure (please consider adding an SSH key, see https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)
|
pkg/utils/event_source.go#L14
exported: exported type Event should have comment or be unexported (revive)
|
pkg/utils/event_source.go#L26
exported: exported function NewEventSource should have comment or be unexported (revive)
|
pkg/utils/event_source.go#L59
exported: exported method EventSource.Update should have comment or be unexported (revive)
|
pkg/utils/retry.go#L25
exported: exported type ReconcileRetryer should have comment or be unexported (revive)
|
pkg/utils/retry.go#L35
exported: exported function NewReconcileRetryer should have comment or be unexported (revive)
|
pkg/utils/event_source.go#L70
exported: exported method EventSource.Contains should have comment or be unexported (revive)
|
pkg/utils/event_source.go#L78
exported: exported method EventSource.Remove should have comment or be unexported (revive)
|
pkg/utils/retry.go#L82
exported: exported method ReconcileRetryer.Close should have comment or be unexported (revive)
|
pkg/utils/retry.go#L88
exported: exported method ReconcileRetryer.Source should have comment or be unexported (revive)
|
pkg/utils/event_source.go#L89
exported: exported method EventSource.Close should have comment or be unexported (revive)
|
This job failed
Loading