Skip to content

Commit

Permalink
feat(reset): add destroy volumes and destroy-load-balancers flag
Browse files Browse the repository at this point in the history
Signed-off-by: rajaSahil <[email protected]>
  • Loading branch information
rajaSahil committed Dec 20, 2024
1 parent 6fd992c commit c7a1d0b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkg/cmd/reset.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ package cmd

import (
"fmt"
"github.com/MakeNowJust/heredoc/v2"
"github.com/spf13/cobra"
"github.com/spf13/pflag"

"k8c.io/kubeone/pkg/clientutil"
"k8c.io/kubeone/pkg/kubeconfig"
"k8c.io/kubeone/pkg/state"
"k8c.io/kubeone/pkg/tasks"

"github.com/MakeNowJust/heredoc/v2"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
clusterv1alpha1 "k8c.io/machine-controller/pkg/apis/cluster/v1alpha1"
v1 "k8s.io/api/core/v1"
)
Expand Down

0 comments on commit c7a1d0b

Please sign in to comment.