File tree Expand file tree Collapse file tree 5 files changed +6
-1
lines changed
internal/resolution/variable_sources Expand file tree Collapse file tree 5 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import (
2121 "fmt"
2222
2323 "github.com/operator-framework/deppy/pkg/deppy/solver"
24- "github.com/operator-framework/operator-controller/controllers/validators"
2524 rukpakv1alpha1 "github.com/operator-framework/rukpak/api/v1alpha1"
2625 "k8s.io/apimachinery/pkg/api/equality"
2726 apimeta "k8s.io/apimachinery/pkg/api/meta"
@@ -35,6 +34,8 @@ import (
3534 "sigs.k8s.io/controller-runtime/pkg/client"
3635 "sigs.k8s.io/controller-runtime/pkg/log"
3736
37+ "github.com/operator-framework/operator-controller/controllers/validators"
38+
3839 operatorsv1alpha1 "github.com/operator-framework/operator-controller/api/v1alpha1"
3940 "github.com/operator-framework/operator-controller/internal/resolution"
4041 "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/bundles_and_dependencies"
Original file line number Diff line number Diff line change 44 "fmt"
55
66 "github.com/blang/semver/v4"
7+
78 operatorsv1alpha1 "github.com/operator-framework/operator-controller/api/v1alpha1"
89)
910
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ package validators_test
33import (
44 . "github.com/onsi/ginkgo/v2"
55 . "github.com/onsi/gomega"
6+
67 "github.com/operator-framework/operator-controller/api/v1alpha1"
78 "github.com/operator-framework/operator-controller/controllers/validators"
89)
Original file line number Diff line number Diff line change 55
66 "github.com/operator-framework/deppy/pkg/deppy"
77 "github.com/operator-framework/deppy/pkg/deppy/input"
8+
89 operatorsv1alpha1 "github.com/operator-framework/operator-controller/api/v1alpha1"
910 "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/bundles_and_dependencies"
1011 "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/crd_constraints"
Original file line number Diff line number Diff line change 88 "github.com/operator-framework/deppy/pkg/deppy"
99 "github.com/operator-framework/deppy/pkg/deppy/constraint"
1010 "github.com/operator-framework/deppy/pkg/deppy/input"
11+
1112 olmentity "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/entity"
1213 "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util/predicates"
1314 "github.com/operator-framework/operator-controller/internal/resolution/variable_sources/util/sort"
You can’t perform that action at this time.
0 commit comments