Skip to content

Commit 3ec8009

Browse files
committed
Correct linter issue.
PR #51 enabled full linting which were not discovered until PR #52 was merged into main
1 parent 05e12aa commit 3ec8009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
"go.k6.io/k6/js/modules"
2727
metaV1 "k8s.io/apimachinery/pkg/apis/meta/v1"
2828
"k8s.io/client-go/kubernetes"
29-
_ "k8s.io/client-go/plugin/pkg/client/auth"
29+
_ "k8s.io/client-go/plugin/pkg/client/auth" // Required for access to GKE and AKS
3030
"k8s.io/client-go/tools/clientcmd"
3131
"k8s.io/client-go/util/homedir"
3232
)

0 commit comments

Comments
 (0)