Skip to content

Add support for ETCD encryption in Cloudstack (#6557) #20291

Add support for ETCD encryption in Cloudstack (#6557)

Add support for ETCD encryption in Cloudstack (#6557) #20291

Triggered via push September 22, 2023 18:26
Status Failure
Total duration 2m 35s
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/utils/unstructured/yaml.go#L11
exported: exported function YamlToUnstructured should have comment or be unexported (revive)
lint: pkg/utils/unstructured/yaml.go#L16
exported: exported function UnstructuredToYaml should have comment or be unexported (revive)
lint: pkg/networkutils/networkutils.go#L12
exported: exported function IsPortValid should have comment or be unexported (revive)
lint: pkg/networkutils/networkutils.go#L17
exported: exported function ValidateIP should have comment or be unexported (revive)
lint: pkg/networkutils/networkutils.go#L46
exported: exported function IsPortInUse should have comment or be unexported (revive)
lint: pkg/networkutils/netclient.go#L8
exported: exported type NetClient should have comment or be unexported (revive)
lint: pkg/networkutils/netclient.go#L12
exported: exported type DefaultNetClient should have comment or be unexported (revive)
lint: pkg/networkutils/networkutils.go#L57
exported: exported function GetLocalIP should have comment or be unexported (revive)
lint: pkg/networkutils/netclient.go#L14
exported: exported method DefaultNetClient.DialTimeout should have comment or be unexported (revive)
lint: pkg/networkutils/ipgenerator.go#L10
exported: exported type IPGenerator 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#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#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/factory/gitfactory.go#L26
exported: exported type GitTools should have comment or be unexported (revive)
lint: pkg/git/factory/gitfactory.go#L33
exported: exported type GitToolsOpt should have comment or be unexported (revive)