Commit de0138f
authored
New condition types (#282)
* Adds BundleLookupFailed condition type
It was previously defined and used in the operator codebase.
Signed-off-by: Mikalai Radchuk <[email protected]>
* Adds new Subscription condition types
These conditions will be used to indicate unpack status on the subscription level.
Previously unpack status was indicated on the InstallPlan, but since we now
want to prevent InstallPlan from being created in a case of unpack job failure
we need to indicate unpack job failures in Subscription conditions.
---------
Signed-off-by: Mikalai Radchuk <[email protected]>1 parent 0ab3deb commit de0138f
File tree
2 files changed
+9
-0
lines changed- pkg/operators/v1alpha1
2 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
242 | 245 | | |
243 | 246 | | |
244 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
114 | 120 | | |
115 | 121 | | |
116 | 122 | | |
| |||
0 commit comments