Skip to content

Commit

Permalink
Fix: prevent overriding k3s API CRDs
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <danil.grigorev@suse.com>
  • Loading branch information
Danil-Grigorev committed Sep 4, 2024
1 parent 129906a commit bffb4cb
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 67 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"fmt"
"time"

k3sv1 "github.com/rancher/turtles/exp/etcdrestore/api/k3s/v1"
k3sv1 "github.com/rancher/turtles/api/rancher/k3s/v1"
snapshotrestorev1 "github.com/rancher/turtles/exp/etcdrestore/api/v1alpha1"
apierrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/runtime"
Expand Down
2 changes: 1 addition & 1 deletion exp/etcdrestore/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"time"

bootstrapv1 "github.com/rancher/cluster-api-provider-rke2/bootstrap/api/v1beta1"
k3sv1 "github.com/rancher/turtles/exp/etcdrestore/api/k3s/v1"
k3sv1 "github.com/rancher/turtles/api/rancher/k3s/v1"
snapshotrestorev1 "github.com/rancher/turtles/exp/etcdrestore/api/v1alpha1"
expcontrollers "github.com/rancher/turtles/exp/etcdrestore/controllers"
expwebhooks "github.com/rancher/turtles/exp/etcdrestore/webhooks"
Expand Down

0 comments on commit bffb4cb

Please sign in to comment.