File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
pkg/api/apis/operators/v1alpha1 Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 67
67
- approval
68
68
- approved
69
69
- clusterServiceVersionNames
70
- - generation
71
70
properties :
72
71
approval :
73
72
description : Approval is the user approval policy for an InstallPlan.
@@ -140,6 +139,7 @@ spec:
140
139
type : object
141
140
required :
142
141
- catalogSourceRef
142
+ - identifier
143
143
- path
144
144
- replaces
145
145
properties :
@@ -212,6 +212,10 @@ spec:
212
212
type :
213
213
description : Type of condition.
214
214
type : string
215
+ identifier :
216
+ description : Identifier is the catalog-unique name of the operator
217
+ (the name of the CSV for bundles that contain CSVs)
218
+ type : string
215
219
path :
216
220
description : Path refers to the location of a bundle to pull.
217
221
It's typically an image reference.
Original file line number Diff line number Diff line change 67
67
- approval
68
68
- approved
69
69
- clusterServiceVersionNames
70
- - generation
71
70
properties :
72
71
approval :
73
72
description : Approval is the user approval policy for an InstallPlan.
@@ -301,4 +300,3 @@ spec:
301
300
description : StepStatus is the current status of a particular
302
301
resource an in InstallPlan
303
302
type : string
304
-
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ type InstallPlanSpec struct {
28
28
ClusterServiceVersionNames []string `json:"clusterServiceVersionNames"`
29
29
Approval Approval `json:"approval"`
30
30
Approved bool `json:"approved"`
31
- Generation int `json:"generation"`
31
+ Generation int `json:"generation,omitempty "`
32
32
}
33
33
34
34
// InstallPlanPhase is the current status of a InstallPlan as a whole.
You can’t perform that action at this time.
0 commit comments