Skip to content

Commit c7a1d0b

Browse files
committed
feat(reset): add destroy volumes and destroy-load-balancers flag
Signed-off-by: rajaSahil <[email protected]>
1 parent 6fd992c commit c7a1d0b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pkg/cmd/reset.go

+5-3
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,15 @@ package cmd
1818

1919
import (
2020
"fmt"
21-
"github.com/MakeNowJust/heredoc/v2"
22-
"github.com/spf13/cobra"
23-
"github.com/spf13/pflag"
21+
2422
"k8c.io/kubeone/pkg/clientutil"
2523
"k8c.io/kubeone/pkg/kubeconfig"
2624
"k8c.io/kubeone/pkg/state"
2725
"k8c.io/kubeone/pkg/tasks"
26+
27+
"github.com/MakeNowJust/heredoc/v2"
28+
"github.com/spf13/cobra"
29+
"github.com/spf13/pflag"
2830
clusterv1alpha1 "k8c.io/machine-controller/pkg/apis/cluster/v1alpha1"
2931
v1 "k8s.io/api/core/v1"
3032
)

0 commit comments

Comments
 (0)