Skip to content

Commit 5cf710f

Browse files
authored
Merge pull request #2266 from Prashanth684/api-importmode-default
MULTIARCH-5190: Promote ImageStreamImportMode to default
2 parents bb4a604 + 42f4458 commit 5cf710f

13 files changed

+41
-1248
lines changed

config/v1/zz_generated.crd-manifests/0000_00_cluster-version-operator_01_clusterversions-Default.crd.yaml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

config/v1/zz_generated.crd-manifests/0000_10_config-operator_01_images-Default.crd.yaml

Lines changed: 0 additions & 183 deletions
This file was deleted.

0 commit comments

Comments
 (0)