Skip to content

Commit

Permalink
manual import
Browse files Browse the repository at this point in the history
  • Loading branch information
randytqwjp committed Mar 5, 2024
1 parent 976bcd1 commit fb215a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions controllers/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ import (
logf "sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/log/zap"

autoscalingv1alpha1 "github.com/mercari/tortoise/api/v1alpha1"
autoscalingv1beta3 "github.com/mercari/tortoise/api/v1beta3"

. "github.com/onsi/ginkgo/v2"
Expand Down
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import (

autoscalingv2 "github.com/mercari/tortoise/api/autoscaling/v2"
v1 "github.com/mercari/tortoise/api/core/v1"
autoscalingv1alpha1 "github.com/mercari/tortoise/api/v1alpha1"
autoscalingv1beta3 "github.com/mercari/tortoise/api/v1beta3"
"github.com/mercari/tortoise/controllers"
"github.com/mercari/tortoise/pkg/config"
Expand Down

0 comments on commit fb215a6

Please sign in to comment.