Skip to content

Commit

Permalink
Merge pull request #5616 from killianmuldoon/move/topology-checks-pac…
Browse files Browse the repository at this point in the history
…kage

🌱  Move topology/internal/checks to top level internal package
  • Loading branch information
k8s-ci-robot authored Nov 9, 2021
2 parents 6f28707 + 0ba0a2b commit 9333ec7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/topology/reconcile_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ import (
apierrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/apiserver/pkg/storage/names"
"sigs.k8s.io/cluster-api/controllers/topology/internal/check"
"sigs.k8s.io/cluster-api/controllers/topology/internal/contract"
tlog "sigs.k8s.io/cluster-api/controllers/topology/internal/log"
"sigs.k8s.io/cluster-api/controllers/topology/internal/mergepatch"
"sigs.k8s.io/cluster-api/controllers/topology/internal/scope"
"sigs.k8s.io/cluster-api/internal/topology/check"
"sigs.k8s.io/controller-runtime/pkg/client"
)

Expand Down
File renamed without changes.

0 comments on commit 9333ec7

Please sign in to comment.