Skip to content

Commit

Permalink
Support k8s oidc auth
Browse files Browse the repository at this point in the history
  • Loading branch information
Ugzuzg committed Nov 14, 2024
1 parent c63c17d commit 1005b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/utils/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (

"github.com/grafana/xk6-disruptor/pkg/types/intstr"
corev1 "k8s.io/api/core/v1"
_ "k8s.io/client-go/plugin/pkg/client/auth"

Check failure on line 9 in pkg/utils/kubernetes.go

View workflow job for this annotation

GitHub Actions / run-linter

blank-imports: a blank import should be only in a main or test package, or have a comment justifying it (revive)
)

// GetTargetPort returns the target port for the given service port
Expand Down

0 comments on commit 1005b83

Please sign in to comment.