Skip to content

Separate kubeconfig operations from cluster manager #22908

Separate kubeconfig operations from cluster manager

Separate kubeconfig operations from cluster manager #22908

Triggered via pull request January 8, 2024 23:59
Status Failure
Total duration 1m 28s
Artifacts

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
lint: pkg/dependencies/factory.go#L584
Comment should end in a period (godot)
lint: pkg/providers/docker/docker.go#L582
File is not `gofumpt`-ed (gofumpt)
lint
issues found
lint: pkg/providers/docker/docker.go#L62
exported: type name will be used as docker.DockerKubeconfigReader by other packages, and that stutters; consider calling this KubeconfigReader (revive)
lint: pkg/clustermanager/cluster_creator.go#L13
exported: exported type ClusterCreator should have comment or be unexported (revive)
lint: pkg/clustermanager/cluster_creator.go#L19
exported: exported function NewClusterCreator should have comment or be unexported (revive)