File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
staging/operator-lifecycle-manager
pkg/controller/registry/grpc Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ func main() {
173
173
174
174
// Emit CSV metric
175
175
if err = op .EnsureCSVMetric (); err != nil {
176
- logger .WithError (err ).Fatalf ("error emitting metrics for existing CSV" )
176
+ logger .WithError (err ).Fatal ("error emitting metrics for existing CSV" )
177
177
}
178
178
179
179
if * writeStatusName != "" {
Original file line number Diff line number Diff line change @@ -8,15 +8,16 @@ import (
8
8
"sync"
9
9
"time"
10
10
11
+ "github.com/operator-framework/operator-registry/pkg/client"
12
+
11
13
"github.com/sirupsen/logrus"
12
14
"golang.org/x/net/http/httpproxy"
13
15
"golang.org/x/net/proxy"
14
16
"google.golang.org/grpc"
15
17
"google.golang.org/grpc/connectivity"
16
- metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
17
18
18
19
"github.com/operator-framework/operator-lifecycle-manager/pkg/controller/registry"
19
- "github.com/operator-framework/operator-registry/ pkg/client "
20
+ metav1 "k8s.io/apimachinery/ pkg/apis/meta/v1 "
20
21
)
21
22
22
23
type SourceMeta struct {
You can’t perform that action at this time.
0 commit comments