Skip to content

Commit

Permalink
gci files fixing lint failures
Browse files Browse the repository at this point in the history
Signed-off-by: Aidan Obley <[email protected]>
Co-authored-by: Tyler Schultz <[email protected]>
  • Loading branch information
2 people authored and flawedmatrix committed Mar 14, 2023
1 parent 423f12e commit 9280754
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
9 changes: 5 additions & 4 deletions internal/controllers/ipaddressclaim.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import (
"fmt"

"github.com/pkg/errors"
"github.com/telekom/cluster-api-ipam-provider-in-cluster/api/v1alpha1"
"github.com/telekom/cluster-api-ipam-provider-in-cluster/internal/poolutil"
"github.com/telekom/cluster-api-ipam-provider-in-cluster/pkg/ipamutil"
ipampredicates "github.com/telekom/cluster-api-ipam-provider-in-cluster/pkg/predicates"
"inet.af/netaddr"
corev1 "k8s.io/api/core/v1"
apierrors "k8s.io/apimachinery/pkg/api/errors"
Expand All @@ -26,6 +22,11 @@ import (
"sigs.k8s.io/controller-runtime/pkg/controller"
"sigs.k8s.io/controller-runtime/pkg/controller/controllerutil"
"sigs.k8s.io/controller-runtime/pkg/predicate"

"github.com/telekom/cluster-api-ipam-provider-in-cluster/api/v1alpha1"
"github.com/telekom/cluster-api-ipam-provider-in-cluster/internal/poolutil"
"github.com/telekom/cluster-api-ipam-provider-in-cluster/pkg/ipamutil"
ipampredicates "github.com/telekom/cluster-api-ipam-provider-in-cluster/pkg/predicates"
)

const (
Expand Down
3 changes: 2 additions & 1 deletion internal/controllers/ipaddressclaim_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ import (

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"
"github.com/telekom/cluster-api-ipam-provider-in-cluster/api/v1alpha1"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/utils/pointer"
clusterv1 "sigs.k8s.io/cluster-api/exp/ipam/api/v1alpha1"
. "sigs.k8s.io/controller-runtime/pkg/envtest/komega"

"github.com/telekom/cluster-api-ipam-provider-in-cluster/api/v1alpha1"
)

var IgnoreUIDsOnIPAddress = IgnorePaths{
Expand Down
2 changes: 0 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import (
"flag"
"os"

//+kubebuilder:scaffold:imports

"k8s.io/apimachinery/pkg/runtime"
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
Expand Down

0 comments on commit 9280754

Please sign in to comment.