Skip to content

Commit

Permalink
chore: added oidc
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alex@Alexs-MBP.lan>
  • Loading branch information
gitpappy committed Apr 13, 2023
1 parent fef5e17 commit bffad41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package kubernetes
import (
"k8s.io/apimachinery/pkg/runtime/serializer"
"k8s.io/client-go/kubernetes"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
"k8s.io/client-go/rest"
"k8s.io/client-go/tools/clientcmd"
"k8s.io/kubectl/pkg/scheme"
Expand Down

0 comments on commit bffad41

Please sign in to comment.