Add methods to fetch upgrader image from bundle (#7283) #23190
Annotations
10 errors and 10 warnings
golangci-lint:
cmd/eksctl-anywhere/cmd/internal/commands/artifacts/check_image_existence.go#L29
cyclomatic complexity 13 of func `(CheckImageExistence).Run` is high (> 10) (gocyclo)
|
golangci-lint:
cmd/eksctl-anywhere/cmd/internal/commands/artifacts/download.go#L51
cyclomatic complexity 11 of func `(Download).Run` is high (> 10) (gocyclo)
|
golangci-lint:
cmd/eksctl-anywhere/cmd/internal/commands/artifacts/noop.go#L9
exported: exported type Noop should have comment or be unexported (revive)
|
golangci-lint:
cmd/eksctl-anywhere/cmd/internal/commands/artifacts/noop.go#L11
exported: exported method Noop.Download should have comment or be unexported (revive)
|
golangci-lint:
cmd/eksctl-anywhere/cmd/internal/commands/artifacts/check_image_existence.go#L20
exported: exported type CheckImageExistence should have comment or be unexported (revive)
|
golangci-lint:
cmd/eksctl-anywhere/cmd/internal/commands/artifacts/download.go#L15
exported: exported type Reader should have comment or be unexported (revive)
|
golangci-lint:
cmd/eksctl-anywhere/cmd/internal/commands/artifacts/import.go#L11
exported: exported type Import should have comment or be unexported (revive)
|
golangci-lint:
cmd/eksctl-anywhere/cmd/internal/commands/artifacts/import_tools_image.go#L12
exported: exported type ImportToolsImage should have comment or be unexported (revive)
|
golangci-lint:
cmd/eksctl-anywhere/cmd/internal/commands/artifacts/noop.go#L13
exported: exported method Noop.Push should have comment or be unexported (revive)
|
golangci-lint:
cmd/eksctl-anywhere/cmd/internal/commands/artifacts/import.go#L20
exported: exported type ChartImporter should have comment or be unexported (revive)
|
golangci-lint:
pkg/constants/constants.go#L97
exported: exported type Operation should have comment or be unexported (revive)
|
golangci-lint:
pkg/constants/constants.go#L100
exported: exported const Create should have comment (or a comment on this block) or be unexported (revive)
|
golangci-lint:
pkg/constants/constants.go#L31
var-naming: const DefaultHttpsPort should be DefaultHTTPSPort (revive)
|
golangci-lint:
pkg/clustermanager/internal/deployments.go#L13
exported: exported var ExternalEtcdDeployments should have comment or be unexported (revive)
|
golangci-lint:
pkg/clustermanager/internal/deployments.go#L18
exported: exported var EksaDeployments should have comment or be unexported (revive)
|
golangci-lint:
pkg/config/config.go#L9
var-naming: const SshKnownHostsEnv should be SSHKnownHostsEnv (revive)
|
golangci-lint:
pkg/config/config.go#L10
var-naming: const EksaAccessKeyIdEnv should be EksaAccessKeyIDEnv (revive)
|
golangci-lint:
pkg/config/config.go#L12
var-naming: const AwsAccessKeyIdEnv should be AwsAccessKeyIDEnv (revive)
|
golangci-lint:
pkg/config/proxy.go#L8
var-naming: const HttpsProxyKey should be HTTPSProxyKey (revive)
|
golangci-lint:
pkg/config/proxy.go#L9
var-naming: const HttpProxyKey should be HTTPProxyKey (revive)
|
The logs for this run have expired and are no longer available.
Loading