Skip to content

1. Validates Cloudstack template name and kubernetes version from the… #20351

1. Validates Cloudstack template name and kubernetes version from the…

1. Validates Cloudstack template name and kubernetes version from the… #20351

Triggered via push September 27, 2023 19:44
Status Failure
Total duration 2m 13s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: pkg/types/closer.go#L5
exported: exported type Closer should have comment or be unexported (revive)
lint: pkg/types/cluster.go#L5
exported: exported type Cluster should have comment or be unexported (revive)
lint: pkg/types/docker.go#L3
exported: exported type DockerCredentials should have comment or be unexported (revive)
lint: pkg/types/lookup.go#L3
exported: exported type Lookup should have comment or be unexported (revive)
lint: pkg/types/resources.go#L5
exported: exported type Deployment should have comment or be unexported (revive)
lint: pkg/types/upgrades.go#L3
exported: exported type ChangeDiff should have comment or be unexported (revive)
lint: pkg/types/cluster.go#L20
exported: exported type InfrastructureBundle should have comment or be unexported (revive)
lint: pkg/types/resources.go#L11
exported: exported type Machine should have comment or be unexported (revive)
lint: pkg/types/lookup.go#L5
exported: exported method Lookup.IsPresent should have comment or be unexported (revive)
lint: pkg/types/upgrades.go#L7
exported: exported type ComponentChangeDiff 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/nutanixmachineconfig_types.go#L163
var-naming: struct field VmUUID should be VMUUID (revive)