File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,13 @@ import (
40
40
41
41
catalogd "github.com/operator-framework/catalogd/api/core/v1alpha1"
42
42
helmclient "github.com/operator-framework/helm-operator-plugins/pkg/client"
43
- registryv1handler "github.com/operator-framework/rukpak/pkg/handler"
44
- crdupgradesafety "github.com/operator-framework/rukpak/pkg/preflights/crdupgradesafety"
45
- "github.com/operator-framework/rukpak/pkg/provisioner/registry"
46
- "github.com/operator-framework/rukpak/pkg/source"
47
- "github.com/operator-framework/rukpak/pkg/storage"
43
+
48
44
"k8s.io/apimachinery/pkg/types"
49
45
corev1client "k8s.io/client-go/kubernetes/typed/core/v1"
50
46
"k8s.io/client-go/rest"
51
47
52
48
ocv1alpha1 "github.com/operator-framework/operator-controller/api/v1alpha1"
49
+ "github.com/operator-framework/operator-controller/internal/action"
53
50
"github.com/operator-framework/operator-controller/internal/authentication"
54
51
"github.com/operator-framework/operator-controller/internal/catalogmetadata/cache"
55
52
catalogclient "github.com/operator-framework/operator-controller/internal/catalogmetadata/client"
You can’t perform that action at this time.
0 commit comments