Skip to content

Commit

Permalink
Fix: fix import
Browse files Browse the repository at this point in the history
Signed-off-by: Hanmengnan <1448189829@qq.com>
  • Loading branch information
Hanmengnan committed Jul 22, 2023
1 parent 8daf6de commit c056f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/sidecarset/sidecarset_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"context"
"encoding/json"
"fmt"
intstrutil "k8s.io/apimachinery/pkg/util/intstr"
"strings"
"time"

Expand All @@ -40,6 +39,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/types"
intstrutil "k8s.io/apimachinery/pkg/util/intstr"
"k8s.io/apimachinery/pkg/util/sets"
"k8s.io/client-go/tools/record"
"k8s.io/client-go/util/retry"
Expand Down

0 comments on commit c056f54

Please sign in to comment.