Skip to content

Controller changes to enable modular upgrades for tinkerbell provider… #20789

Controller changes to enable modular upgrades for tinkerbell provider…

Controller changes to enable modular upgrades for tinkerbell provider… #20789

Triggered via push October 17, 2023 06:58
Status Failure
Total duration 2m 1s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/clustermanager/internal/deployments.go#L13
exported: exported var ExternalEtcdDeployments should have comment or be unexported (revive)
lint: pkg/clustermanager/internal/deployments.go#L18
exported: exported var EksaDeployments should have comment or be unexported (revive)
lint: cmd/eksctl-anywhere/cmd/internal/commands/artifacts/check_image_existence.go#L29
cyclomatic complexity 13 of func `(CheckImageExistence).Run` is high (> 10) (gocyclo)
lint: cmd/eksctl-anywhere/cmd/internal/commands/artifacts/download.go#L51
cyclomatic complexity 11 of func `(Download).Run` is high (> 10) (gocyclo)
lint: cmd/eksctl-anywhere/cmd/internal/commands/artifacts/noop.go#L9
exported: exported type Noop should have comment or be unexported (revive)
lint: cmd/eksctl-anywhere/cmd/internal/commands/artifacts/noop.go#L11
exported: exported method Noop.Download should have comment or be unexported (revive)
lint: cmd/eksctl-anywhere/cmd/internal/commands/artifacts/check_image_existence.go#L20
exported: exported type CheckImageExistence should have comment or be unexported (revive)
lint: cmd/eksctl-anywhere/cmd/internal/commands/artifacts/download.go#L15
exported: exported type Reader should have comment or be unexported (revive)
lint: cmd/eksctl-anywhere/cmd/internal/commands/artifacts/import.go#L11
exported: exported type Import should have comment or be unexported (revive)
lint: cmd/eksctl-anywhere/cmd/internal/commands/artifacts/import_tools_image.go#L12
exported: exported type ImportToolsImage should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L19
exported: exported const GitProviderName should have comment (or a comment on this block) or be unexported (revive)
lint: pkg/git/providers/github/github.go#L33
exported: exported type Options should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L40
exported: type name will be used as github.GithubClient by other packages, and that stutters; consider calling this Client (revive)
lint: pkg/git/providers/github/github.go#L52
exported: exported function New should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L133
exported: exported function GetGithubAccessTokenFromEnv should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L157
exported: exported type GitProviderNotFoundError should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L165
exported: exported function RepoUrl should have comment or be unexported (revive)
lint: pkg/git/providers/github/github.go#L22
var-naming: const githubUrlTemplate should be githubURLTemplate (revive)
lint: pkg/api/v1alpha1/tinkerbelltemplateconfig_types.go#L52
receiver-naming: receiver name c should be consistent with previous receiver name t for TinkerbellTemplateConfig (revive)
lint: pkg/api/v1alpha1/cluster_types.go#L201
receiver-naming: receiver name n should be consistent with previous receiver name c for Cluster (revive)