Skip to content

Commit

Permalink
update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Feb 10, 2025
1 parent f922fea commit a41dea3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/cluster/mdsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ import (
"context"
"fmt"

"github.com/sirupsen/logrus"

corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/types"

"github.com/Azure/ARO-RP/pkg/env"
pkgoperator "github.com/Azure/ARO-RP/pkg/operator"
"github.com/Azure/ARO-RP/pkg/util/clienthelper"
utilpem "github.com/Azure/ARO-RP/pkg/util/pem"
"github.com/sirupsen/logrus"
)

// "Rotate" the MDSD certificates in the cluster. The copy that is rotated from
Expand Down
3 changes: 2 additions & 1 deletion pkg/mimo/steps/cluster/mdsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ package cluster
import (
"context"

kerrors "k8s.io/apimachinery/pkg/api/errors"

"github.com/Azure/ARO-RP/pkg/cluster"
"github.com/Azure/ARO-RP/pkg/util/mimo"
kerrors "k8s.io/apimachinery/pkg/api/errors"
)

func EnsureMDSDCertificates(ctx context.Context) error {
Expand Down

0 comments on commit a41dea3

Please sign in to comment.