Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
akgalwas committed Oct 21, 2024
1 parent 06a7b77 commit 6251aa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ package fsm
import (
"context"
"fmt"
"github.com/kyma-project/infrastructure-manager/pkg/gardener/shoot/extender"

gardener "github.com/gardener/gardener/pkg/apis/core/v1beta1"
authenticationv1alpha1 "github.com/gardener/oidc-webhook-authenticator/apis/authentication/v1alpha1"
imv1 "github.com/kyma-project/infrastructure-manager/api/v1"
"github.com/kyma-project/infrastructure-manager/internal/config"
"github.com/kyma-project/infrastructure-manager/pkg/gardener/shoot/extender"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/runtime/fsm/runtime_fsm_patch_shoot.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ package fsm

import (
"context"
gardener_shoot "github.com/kyma-project/infrastructure-manager/pkg/gardener/shoot"

gardener "github.com/gardener/gardener/pkg/apis/core/v1beta1"
imv1 "github.com/kyma-project/infrastructure-manager/api/v1"
"github.com/kyma-project/infrastructure-manager/internal/config"
gardener_shoot "github.com/kyma-project/infrastructure-manager/pkg/gardener/shoot"
k8serrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/utils/ptr"
ctrl "sigs.k8s.io/controller-runtime"
Expand Down
2 changes: 1 addition & 1 deletion internal/controller/runtime/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package runtime
import (
"context"
"encoding/json"
gardener_shoot "github.com/kyma-project/infrastructure-manager/pkg/gardener/shoot"
"path/filepath"
"testing"
"time"
Expand All @@ -30,6 +29,7 @@ import (
"github.com/kyma-project/infrastructure-manager/internal/auditlogging"
"github.com/kyma-project/infrastructure-manager/internal/config"
"github.com/kyma-project/infrastructure-manager/internal/controller/runtime/fsm"
gardener_shoot "github.com/kyma-project/infrastructure-manager/pkg/gardener/shoot"
. "github.com/onsi/ginkgo/v2" //nolint:revive
. "github.com/onsi/gomega" //nolint:revive
"github.com/pkg/errors"
Expand Down

0 comments on commit 6251aa8

Please sign in to comment.