Update status message to show upgrade type (#7518) #23915
Annotations
10 errors and 11 warnings
lint:
pkg/constants/constants.go#L97
exported: exported type Operation should have comment or be unexported (revive)
|
lint:
pkg/constants/constants.go#L100
exported: exported const Create should have comment (or a comment on this block) or be unexported (revive)
|
lint:
pkg/constants/constants.go#L31
var-naming: const DefaultHttpsPort should be DefaultHTTPSPort (revive)
|
lint:
pkg/features/features.go#L13
exported: exported function FeedGates should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L17
exported: exported type Feature should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L22
exported: exported function IsActive should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L31
exported: exported function CloudStackKubeVipDisabled should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L38
exported: exported function CheckpointEnabled should have comment or be unexported (revive)
|
lint:
pkg/features/features.go#L45
exported: exported function UseNewWorkflows should have comment or be unexported (revive)
|
lint:
pkg/govmomi/client.go#L13
exported: exported const VSphereTypeFolder should have comment (or a comment on this block) or be unexported (revive)
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint:
pkg/clients/kubernetes/kubeconfig.go#L14
exported: exported function NewKubeconfigClient should have comment or be unexported (revive)
|
lint:
pkg/git/providers/github/github.go#L52
unexported-return: exported func New returns unexported type *github.githubProvider, which can be annoying to use (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#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/providers/tinkerbell/hardware/machine.go#L129
exported: comment on exported const LabelsSeparator should be of the form "LabelsSeparator ..." (revive)
|