Skip to content

Commit

Permalink
refactor: move annotation utils
Browse files Browse the repository at this point in the history
  • Loading branch information
limhawjia committed Jul 17, 2023
1 parent 9d43262 commit 27258de
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/util/pendingcontrollers/pendingcontrollers.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

fedcorev1a1 "github.com/kubewharf/kubeadmiral/pkg/apis/core/v1alpha1"
"github.com/kubewharf/kubeadmiral/pkg/controllers/common"
annotationutil "github.com/kubewharf/kubeadmiral/pkg/controllers/util/annotation"
annotationutil "github.com/kubewharf/kubeadmiral/pkg/util/annotation"
)

type PendingControllers [][]string
Expand Down

0 comments on commit 27258de

Please sign in to comment.