Skip to content

Commit

Permalink
refactor variable_sources/utils to util for parity with top level uti…
Browse files Browse the repository at this point in the history
…l pkg (#131)

Signed-off-by: perdasilva <perdasilva@redhat.com>
  • Loading branch information
perdasilva authored Feb 23, 2023
1 parent a6a8091 commit 88392cb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (

olmentity "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/entity"
"github.com/operator-framework/operator-controller/internal/resolution/variable_sources/required_package"
"github.com/operator-framework/operator-controller/internal/resolution/variable_sources/utils/predicates"
entitysort "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/utils/sort"
"github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util/predicates"
entitysort "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util/sort"
)

type BundleVariable struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"github.com/operator-framework/deppy/pkg/deppy/input"

olmentity "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/entity"
"github.com/operator-framework/operator-controller/internal/resolution/variable_sources/utils/predicates"
"github.com/operator-framework/operator-controller/internal/resolution/variable_sources/utils/sort"
"github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util/predicates"
"github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util/sort"
)

type RequiredPackageVariable struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/operator-framework/operator-registry/alpha/property"

olmentity "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/entity"
"github.com/operator-framework/operator-controller/internal/resolution/variable_sources/utils/predicates"
"github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util/predicates"
)

func TestPredicates(t *testing.T) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/operator-framework/deppy/pkg/deppy/input"
"github.com/operator-framework/operator-registry/alpha/property"

entitysort "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/utils/sort"
entitysort "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util/sort"
)

func TestSort(t *testing.T) {
Expand Down

0 comments on commit 88392cb

Please sign in to comment.