@@ -162,28 +162,29 @@ spec:
162162 channel has been specified.
163163 type : array
164164 items :
165- description : Update represents a release of the ClusterVersionOperator,
166- referenced by the Image member .
165+ description : Release represents an OpenShift release image and associated
166+ metadata .
167167 type : object
168168 properties :
169- force :
170- description : " force allows an administrator to update to an image
171- that has failed verification, does not appear in the availableUpdates
172- list, or otherwise would be blocked by normal protections on
173- update. This option should only be used when the authenticity
174- of the provided image has been verified out of band because
175- the provided image will run with full administrative access
176- to the cluster. Do not use this flag with images that comes
177- from unknown or potentially malicious sources. \n This flag
178- does not override other forms of consistency checking that are
179- required before a new update is deployed."
180- type : boolean
169+ channels :
170+ description : channels is the set of Cincinnati channels to which
171+ the release currently belongs.
172+ type : array
173+ items :
174+ type : string
181175 image :
182176 description : image is a container image location that contains
183177 the update. When this field is part of spec, image is optional
184178 if version is specified and the availableUpdates field contains
185179 a matching version.
186180 type : string
181+ url :
182+ description : url contains information about this release. This
183+ URL is set by the 'url' metadata property on a release or the
184+ metadata returned by the update API and should be displayed
185+ as a link in user interfaces. The URL field may not be set for
186+ test or nightly releases.
187+ type : string
187188 version :
188189 description : version is a semantic versioning identifying the
189190 update version. When this field is part of spec, version is
@@ -234,24 +235,25 @@ spec:
234235 tag.
235236 type : object
236237 properties :
237- force :
238- description : " force allows an administrator to update to an image
239- that has failed verification, does not appear in the availableUpdates
240- list, or otherwise would be blocked by normal protections on update.
241- This option should only be used when the authenticity of the provided
242- image has been verified out of band because the provided image
243- will run with full administrative access to the cluster. Do not
244- use this flag with images that comes from unknown or potentially
245- malicious sources. \n This flag does not override other forms
246- of consistency checking that are required before a new update
247- is deployed."
248- type : boolean
238+ channels :
239+ description : channels is the set of Cincinnati channels to which
240+ the release currently belongs.
241+ type : array
242+ items :
243+ type : string
249244 image :
250245 description : image is a container image location that contains the
251246 update. When this field is part of spec, image is optional if
252247 version is specified and the availableUpdates field contains a
253248 matching version.
254249 type : string
250+ url :
251+ description : url contains information about this release. This URL
252+ is set by the 'url' metadata property on a release or the metadata
253+ returned by the update API and should be displayed as a link in
254+ user interfaces. The URL field may not be set for test or nightly
255+ releases.
256+ type : string
255257 version :
256258 description : version is a semantic versioning identifying the update
257259 version. When this field is part of spec, version is optional
0 commit comments