@@ -7,17 +7,10 @@ import (
7
7
"sync"
8
8
"time"
9
9
10
- metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
11
-
10
+ "github.com/distribution/distribution/reference"
12
11
"github.com/operator-framework/api/pkg/operators/v1alpha1"
13
-
14
- "github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned"
15
- "github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/informers/externalversions"
16
- "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/catalogsource"
17
- "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorclient"
18
- "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorlister"
19
- "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/queueinformer"
20
12
"github.com/sirupsen/logrus"
13
+ metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
21
14
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
22
15
"k8s.io/apimachinery/pkg/runtime/schema"
23
16
"k8s.io/client-go/discovery"
@@ -29,7 +22,12 @@ import (
29
22
"k8s.io/client-go/tools/clientcmd"
30
23
"k8s.io/client-go/util/workqueue"
31
24
32
- "github.com/distribution/distribution/reference"
25
+ "github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/clientset/versioned"
26
+ "github.com/operator-framework/operator-lifecycle-manager/pkg/api/client/informers/externalversions"
27
+ "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/catalogsource"
28
+ "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorclient"
29
+ "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/operatorlister"
30
+ "github.com/operator-framework/operator-lifecycle-manager/pkg/lib/queueinformer"
33
31
)
34
32
35
33
const (
@@ -174,7 +172,7 @@ func (o *Operator) syncCatalogSources(obj interface{}) error {
174
172
175
173
catalogImageTemplate := catalogsource .GetCatalogTemplateAnnotation (outputCatalogSource )
176
174
if catalogImageTemplate == "" {
177
- logger .Info ("this catalog source is not participating in template replacement" )
175
+ logger .Debug ("this catalog source is not participating in template replacement" )
178
176
// make sure the conditions are removed
179
177
catalogsource .RemoveStatusConditions (logger , o .client , outputCatalogSource , StatusTypeTemplatesHaveResolved , StatusTypeResolvedImage )
180
178
// no further action is needed
0 commit comments