File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
internal/resolution/variable_sources Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ import (
12
12
13
13
olmentity "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/entity"
14
14
"github.com/operator-framework/operator-controller/internal/resolution/variable_sources/required_package"
15
- "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/utils /predicates"
16
- entitysort "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/utils /sort"
15
+ "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util /predicates"
16
+ entitysort "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util /sort"
17
17
)
18
18
19
19
type BundleVariable struct {
Original file line number Diff line number Diff line change 9
9
"github.com/operator-framework/deppy/pkg/deppy/input"
10
10
11
11
olmentity "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/entity"
12
- "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/utils /predicates"
13
- "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/utils /sort"
12
+ "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util /predicates"
13
+ "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util /sort"
14
14
)
15
15
16
16
type RequiredPackageVariable struct {
File renamed without changes.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
10
10
"github.com/operator-framework/operator-registry/alpha/property"
11
11
12
12
olmentity "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/entity"
13
- "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/utils /predicates"
13
+ "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util /predicates"
14
14
)
15
15
16
16
func TestPredicates (t * testing.T ) {
File renamed without changes.
Original file line number Diff line number Diff line change 9
9
"github.com/operator-framework/deppy/pkg/deppy/input"
10
10
"github.com/operator-framework/operator-registry/alpha/property"
11
11
12
- entitysort "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/utils /sort"
12
+ entitysort "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util /sort"
13
13
)
14
14
15
15
func TestSort (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments