@@ -273,6 +273,17 @@ spec:
273273 description : Release represents an OpenShift release image and associated
274274 metadata.
275275 properties :
276+ architecture :
277+ description : |-
278+ architecture is an optional field that indicates the
279+ value of the cluster architecture. In this context cluster
280+ architecture means either a single architecture or a multi
281+ architecture.
282+ Valid values are 'Multi' and empty.
283+ enum :
284+ - Multi
285+ - " "
286+ type : string
276287 channels :
277288 description : |-
278289 channels is the set of Cincinnati channels to which the release
@@ -448,6 +459,17 @@ spec:
448459 release :
449460 description : release is the target of the update.
450461 properties :
462+ architecture :
463+ description : |-
464+ architecture is an optional field that indicates the
465+ value of the cluster architecture. In this context cluster
466+ architecture means either a single architecture or a multi
467+ architecture.
468+ Valid values are 'Multi' and empty.
469+ enum :
470+ - Multi
471+ - " "
472+ type : string
451473 channels :
452474 description : |-
453475 channels is the set of Cincinnati channels to which the release
@@ -623,6 +645,17 @@ spec:
623645 If the cluster is not yet fully initialized desired will be set
624646 with the information available, which may be an image or a tag.
625647 properties :
648+ architecture :
649+ description : |-
650+ architecture is an optional field that indicates the
651+ value of the cluster architecture. In this context cluster
652+ architecture means either a single architecture or a multi
653+ architecture.
654+ Valid values are 'Multi' and empty.
655+ enum :
656+ - Multi
657+ - " "
658+ type : string
626659 channels :
627660 description : |-
628661 channels is the set of Cincinnati channels to which the release
0 commit comments