Skip to content

Commit

Permalink
Fix breaking changes from latest karpenter-core
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Oct 18, 2023
1 parent 78c8718 commit fcb9c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/controllers/nodeclass/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ import (
"sort"
"time"

"github.com/aws/aws-sdk-go/service/ec2"
"github.com/samber/lo"
"go.uber.org/multierr"
"golang.org/x/time/rate"
"k8s.io/apimachinery/pkg/api/equality"
Expand Down

0 comments on commit fcb9c29

Please sign in to comment.