Skip to content

Add reconcile logic for MD Upgrade controller (#7201) #22532

Add reconcile logic for MD Upgrade controller (#7201)

Add reconcile logic for MD Upgrade controller (#7201) #22532

Triggered via push December 21, 2023 22:51
Status Failure
Total duration 1m 28s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/features/features.go#L12
exported: exported function FeedGates should have comment or be unexported (revive)
lint: pkg/features/features.go#L16
exported: exported type Feature should have comment or be unexported (revive)
lint: pkg/features/features.go#L21
exported: exported function IsActive should have comment or be unexported (revive)
lint: pkg/features/features.go#L30
exported: exported function CloudStackKubeVipDisabled should have comment or be unexported (revive)
lint: pkg/features/features.go#L37
exported: exported function CheckpointEnabled should have comment or be unexported (revive)
lint: pkg/features/features.go#L44
exported: exported function UseNewWorkflows should have comment or be unexported (revive)
lint: pkg/manifests/releases/read.go#L18
exported: exported function ManifestURL should have comment or be unexported (revive)
lint: pkg/manifests/releases/read.go#L22
exported: exported type Reader should have comment or be unexported (revive)
lint: pkg/manifests/releases/read.go#L26
exported: exported function ReadReleases should have comment or be unexported (revive)
lint: pkg/manifests/releases/read.go#L30
exported: exported function ReadReleasesFromURL 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/git/providers/github/github.go#L165
var-naming: func RepoUrl should be RepoURL (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/clients/kubernetes/kubeconfig.go#L14
exported: exported function NewKubeconfigClient should have comment or be unexported (revive)
lint: pkg/api/v1alpha1/cluster.go#L39
exported: comment on exported type ClusterGenerateOpt should be of the form "ClusterGenerateOpt ..." (with optional leading article) (revive)