Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 committed Jan 29, 2024
1 parent 7e4f376 commit 8ee6b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/serviceaccount/serviceaccount.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
corev1 "k8s.io/api/core/v1"
apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
"k8s.io/client-go/tools/clientcmd"
clientcmdapi "k8s.io/client-go/tools/clientcmd/api"
clientcmdlatest "k8s.io/client-go/tools/clientcmd/api/latest"
Expand Down
1 change: 1 addition & 0 deletions pkg/controller/serviceaccount/tokens.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ package serviceaccount
import (
"context"
"fmt"

"github.com/pkg/errors"

corev1 "k8s.io/api/core/v1"
Expand Down

0 comments on commit 8ee6b9c

Please sign in to comment.