Skip to content

Commit

Permalink
Update handwritten reconcilers
Browse files Browse the repository at this point in the history
  • Loading branch information
theunrepentantgeek committed Oct 2, 2023
1 parent 4392a68 commit 5b6e895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v2/internal/reconcilers/mysql/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
ctrlconversion "sigs.k8s.io/controller-runtime/pkg/conversion"

asomysql "github.com/Azure/azure-service-operator/v2/api/dbformysql/v1"
dbformysql "github.com/Azure/azure-service-operator/v2/api/dbformysql/v1api20210501storage"
dbformysql "github.com/Azure/azure-service-operator/v2/api/dbformysql/v1api20210501/storage"
"github.com/Azure/azure-service-operator/v2/internal/resolver"
"github.com/Azure/azure-service-operator/v2/pkg/genruntime/conditions"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
ctrlconversion "sigs.k8s.io/controller-runtime/pkg/conversion"

asopostgresql "github.com/Azure/azure-service-operator/v2/api/dbforpostgresql/v1"
dbforpostgressql "github.com/Azure/azure-service-operator/v2/api/dbforpostgresql/v1api20210601storage"
dbforpostgressql "github.com/Azure/azure-service-operator/v2/api/dbforpostgresql/v1api20210601/storage"
"github.com/Azure/azure-service-operator/v2/internal/config"
. "github.com/Azure/azure-service-operator/v2/internal/logging"
"github.com/Azure/azure-service-operator/v2/internal/reconcilers"
Expand Down

0 comments on commit 5b6e895

Please sign in to comment.