Skip to content

Commit

Permalink
fixed helper types
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed May 22, 2024
1 parent 1ec0112 commit 3baaedf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/loftclient/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ import (
"strings"

"github.com/loft-sh/api/v4/pkg/client/clientset_generated/clientset/scheme"
"github.com/loft-sh/loftctl/v4/pkg/client/naming"
"github.com/loft-sh/vcluster/pkg/loftclient/naming"
authorizationv1 "k8s.io/api/authorization/v1"

clusterv1 "github.com/loft-sh/agentapi/v4/pkg/apis/loft/cluster/v1"
managementv1 "github.com/loft-sh/api/v4/pkg/apis/management/v1"
"github.com/loft-sh/loftctl/v4/pkg/client"
"github.com/loft-sh/loftctl/v4/pkg/clihelper"
"github.com/loft-sh/loftctl/v4/pkg/kube"
"github.com/loft-sh/loftctl/v4/pkg/kubeconfig"
"github.com/loft-sh/log"
"github.com/loft-sh/log/survey"
"github.com/loft-sh/vcluster/pkg/clihelper"
"github.com/loft-sh/vcluster/pkg/kube"
"github.com/loft-sh/vcluster/pkg/kubeconfig"
client "github.com/loft-sh/vcluster/pkg/loftclient"
"github.com/mgutz/ansi"
kerrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit 3baaedf

Please sign in to comment.