File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pkg/controller/batchrelease/control/partitionstyle/nativedaemonset Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
2727type realController struct {
You can’t perform that action at this time.
0 commit comments