Skip to content

Commit

Permalink
squash: imports & lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mjudeikis committed Jan 28, 2025
1 parent 03cb858 commit b7b3719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ func (r *endpointsReconciler) reconcile(ctx context.Context, apiExportEndpointSl
}
cluster := logicalcluster.From(apiExportEndpointSlice)
return r.patchAPIExportEndpointSlice(ctx, cluster.Path(), patch)

}

func (r *endpointsReconciler) updateEndpoints(ctx context.Context,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ import (
"time"

"github.com/davecgh/go-spew/spew"
kcpdynamic "github.com/kcp-dev/client-go/dynamic"
"github.com/kcp-dev/logicalcluster/v3"
"github.com/stretchr/testify/require"

kcpdynamic "github.com/kcp-dev/client-go/dynamic"
apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/wait"
Expand All @@ -42,7 +43,6 @@ import (
topologyv1alpha1 "github.com/kcp-dev/kcp/sdk/apis/topology/v1alpha1"
kcpclientset "github.com/kcp-dev/kcp/sdk/client/clientset/versioned/cluster"
"github.com/kcp-dev/kcp/test/e2e/framework"
"github.com/kcp-dev/logicalcluster/v3"
)

//go:embed *.yaml
Expand Down

0 comments on commit b7b3719

Please sign in to comment.