Skip to content

Commit 838b6b6

Browse files
committed
apply reviews
Signed-off-by: Marco Ma <qingjin_ma@163.com>
1 parent 34aa978 commit 838b6b6

File tree

1 file changed

+2
-2
lines changed
  • pkg/controller/batchrelease/control/partitionstyle/nativedaemonset

1 file changed

+2
-2
lines changed

pkg/controller/batchrelease/control/partitionstyle/nativedaemonset/control.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import (
66
"fmt"
77
"strconv"
88

9-
"github.com/openkruise/rollouts/pkg/feature"
10-
utilfeature "github.com/openkruise/rollouts/pkg/util/feature"
119
apps "k8s.io/api/apps/v1"
1210
corev1 "k8s.io/api/core/v1"
1311
"k8s.io/apimachinery/pkg/runtime/schema"
@@ -21,7 +19,9 @@ import (
2119
"github.com/openkruise/rollouts/pkg/controller/batchrelease/control"
2220
"github.com/openkruise/rollouts/pkg/controller/batchrelease/control/partitionstyle"
2321
"github.com/openkruise/rollouts/pkg/controller/batchrelease/labelpatch"
22+
"github.com/openkruise/rollouts/pkg/feature"
2423
"github.com/openkruise/rollouts/pkg/util"
24+
utilfeature "github.com/openkruise/rollouts/pkg/util/feature"
2525
)
2626

2727
type realController struct {

0 commit comments

Comments
 (0)