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 2a32d66 commit 6fd992c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/clientutil/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ import (
"context"
"time"

"github.com/sirupsen/logrus"
"k8c.io/kubeone/pkg/fail"

"github.com/sirupsen/logrus"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/util/wait"
"sigs.k8s.io/controller-runtime/pkg/client"
Expand Down
3 changes: 2 additions & 1 deletion pkg/clientutil/volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ import (
"fmt"
"time"

"github.com/sirupsen/logrus"
"k8c.io/kubeone/pkg/fail"
"k8c.io/reconciler/pkg/reconciling"

"github.com/sirupsen/logrus"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/util/wait"
"sigs.k8s.io/controller-runtime/pkg/client"
Expand Down
1 change: 1 addition & 0 deletions pkg/clientutil/webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (

"k8c.io/kubeone/pkg/fail"
"k8c.io/reconciler/pkg/reconciling"

admissionregistrationv1 "k8s.io/api/admissionregistration/v1"
"k8s.io/apimachinery/pkg/types"
"k8s.io/utils/ptr"
Expand Down

0 comments on commit 6fd992c

Please sign in to comment.