Skip to content

Commit

Permalink
Fix package order
Browse files Browse the repository at this point in the history
  • Loading branch information
payall4u committed Jan 21, 2024
1 parent bf834b1 commit 8a76c02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resource/node_resource_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package resource
import (
"context"
"fmt"
"k8s.io/apimachinery/pkg/labels"
"math"
"strconv"
"time"

v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/equality"
"k8s.io/apimachinery/pkg/api/resource"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/util/json"
coreinformers "k8s.io/client-go/informers/core/v1"
clientset "k8s.io/client-go/kubernetes"
Expand Down

0 comments on commit 8a76c02

Please sign in to comment.