@@ -75,7 +75,7 @@ var _ = Describe("Operator Controller Test", func() {
75
75
76
76
By ("Checking the status fields" )
77
77
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("" ))
78
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
78
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
79
79
80
80
By ("checking the expected conditions" )
81
81
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -111,7 +111,7 @@ var _ = Describe("Operator Controller Test", func() {
111
111
112
112
By ("Checking the status fields" )
113
113
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("" ))
114
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
114
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
115
115
116
116
By ("checking the expected conditions" )
117
117
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -161,8 +161,8 @@ var _ = Describe("Operator Controller Test", func() {
161
161
It ("sets the resolvedBundleResource status field" , func () {
162
162
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
163
163
})
164
- It ("sets the InstalledBundleSource status field" , func () {
165
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
164
+ It ("sets the InstalledBundleResource status field" , func () {
165
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
166
166
})
167
167
It ("sets the status on operator" , func () {
168
168
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -240,7 +240,7 @@ var _ = Describe("Operator Controller Test", func() {
240
240
241
241
By ("Checking the status fields" )
242
242
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
243
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
243
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
244
244
245
245
By ("checking the expected status conditions" )
246
246
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -288,7 +288,7 @@ var _ = Describe("Operator Controller Test", func() {
288
288
289
289
By ("Checking the status fields" )
290
290
Expect (op .Status .ResolvedBundleResource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
291
- Expect (op .Status .InstalledBundleSource ).To (Equal ("" ))
291
+ Expect (op .Status .InstalledBundleResource ).To (Equal ("" ))
292
292
293
293
By ("checking the expected conditions" )
294
294
cond := apimeta .FindStatusCondition (op .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -327,7 +327,7 @@ var _ = Describe("Operator Controller Test", func() {
327
327
328
328
By ("Checking the status fields" )
329
329
Expect (op .Status .ResolvedBundleResource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
330
- Expect (op .Status .InstalledBundleSource ).To (Equal ("" ))
330
+ Expect (op .Status .InstalledBundleResource ).To (Equal ("" ))
331
331
332
332
By ("checking the expected conditions" )
333
333
cond := apimeta .FindStatusCondition (op .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -366,7 +366,7 @@ var _ = Describe("Operator Controller Test", func() {
366
366
367
367
By ("Checking the status fields" )
368
368
Expect (op .Status .ResolvedBundleResource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
369
- Expect (op .Status .InstalledBundleSource ).To (Equal ("" ))
369
+ Expect (op .Status .InstalledBundleResource ).To (Equal ("" ))
370
370
371
371
By ("checking the expected conditions" )
372
372
cond := apimeta .FindStatusCondition (op .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -405,7 +405,7 @@ var _ = Describe("Operator Controller Test", func() {
405
405
406
406
By ("Checking the status fields" )
407
407
Expect (op .Status .ResolvedBundleResource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
408
- Expect (op .Status .InstalledBundleSource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
408
+ Expect (op .Status .InstalledBundleResource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
409
409
410
410
By ("checking the expected conditions" )
411
411
cond := apimeta .FindStatusCondition (op .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -451,7 +451,7 @@ var _ = Describe("Operator Controller Test", func() {
451
451
452
452
By ("Checking the status fields" )
453
453
Expect (op .Status .ResolvedBundleResource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
454
- Expect (op .Status .InstalledBundleSource ).To (Equal ("" ))
454
+ Expect (op .Status .InstalledBundleResource ).To (Equal ("" ))
455
455
456
456
By ("checking the expected conditions" )
457
457
cond := apimeta .FindStatusCondition (op .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -490,7 +490,7 @@ var _ = Describe("Operator Controller Test", func() {
490
490
491
491
By ("Checking the status fields" )
492
492
Expect (op .Status .ResolvedBundleResource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
493
- Expect (op .Status .InstalledBundleSource ).To (Equal ("" ))
493
+ Expect (op .Status .InstalledBundleResource ).To (Equal ("" ))
494
494
495
495
By ("checking the expected conditions" )
496
496
cond := apimeta .FindStatusCondition (op .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -558,8 +558,8 @@ var _ = Describe("Operator Controller Test", func() {
558
558
It ("sets the resolvedBundleResource status field" , func () {
559
559
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
560
560
})
561
- It ("sets the InstalledBundleSource status field" , func () {
562
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
561
+ It ("sets the InstalledBundleResource status field" , func () {
562
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
563
563
})
564
564
It ("sets resolution to unknown status" , func () {
565
565
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -597,7 +597,7 @@ var _ = Describe("Operator Controller Test", func() {
597
597
598
598
By ("Checking the status fields" )
599
599
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("" ))
600
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
600
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
601
601
602
602
By ("checking the expected conditions" )
603
603
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -650,7 +650,7 @@ var _ = Describe("Operator Controller Test", func() {
650
650
651
651
By ("Checking the status fields" )
652
652
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("" ))
653
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
653
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
654
654
655
655
By ("checking the expected conditions" )
656
656
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -741,7 +741,7 @@ var _ = Describe("Operator Controller Test", func() {
741
741
742
742
By ("Checking the status fields" )
743
743
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
744
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
744
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
745
745
746
746
By ("checking the expected conditions" )
747
747
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -795,7 +795,7 @@ var _ = Describe("Operator Controller Test", func() {
795
795
796
796
By ("Checking the status fields" )
797
797
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("quay.io/operatorhubio/prometheus@sha256:5b04c49d8d3eff6a338b56ec90bdf491d501fe301c9cdfb740e5bff6769a21ed" ))
798
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
798
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
799
799
800
800
By ("checking the expected conditions" )
801
801
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -850,7 +850,7 @@ var _ = Describe("Operator Controller Test", func() {
850
850
851
851
By ("Checking the status fields" )
852
852
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("" ))
853
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
853
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
854
854
855
855
By ("checking the expected conditions" )
856
856
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -893,7 +893,7 @@ var _ = Describe("Operator Controller Test", func() {
893
893
894
894
By ("Checking the status fields" )
895
895
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("" ))
896
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
896
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
897
897
898
898
By ("checking the expected conditions" )
899
899
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -939,7 +939,7 @@ var _ = Describe("Operator Controller Test", func() {
939
939
940
940
By ("Checking the status fields" )
941
941
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("" ))
942
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
942
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
943
943
944
944
By ("checking the expected conditions" )
945
945
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
@@ -1003,7 +1003,7 @@ var _ = Describe("Operator Controller Test", func() {
1003
1003
1004
1004
By ("Checking the status fields" )
1005
1005
Expect (operator .Status .ResolvedBundleResource ).To (Equal ("" ))
1006
- Expect (operator .Status .InstalledBundleSource ).To (Equal ("" ))
1006
+ Expect (operator .Status .InstalledBundleResource ).To (Equal ("" ))
1007
1007
1008
1008
By ("checking the expected conditions" )
1009
1009
cond := apimeta .FindStatusCondition (operator .Status .Conditions , operatorsv1alpha1 .TypeResolved )
0 commit comments