Skip to content

Commit

Permalink
config/v1: Update generated assets for Release.architecture
Browse files Browse the repository at this point in the history
Generated using:

  $ PROTO_OPTIONAL=true make update
  • Loading branch information
wking committed Nov 15, 2024
1 parent 1392f06 commit 31505ab
Show file tree
Hide file tree
Showing 8 changed files with 907 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,17 @@ spec:
description: Release represents an OpenShift release image and associated
metadata.
properties:
architecture:
description: |-
architecture is an optional field that indicates the
value of the cluster architecture. In this context cluster
architecture means either a single architecture or a multi
architecture.
Valid values are 'Multi' and empty.
enum:
- Multi
- ""
type: string
channels:
description: |-
channels is the set of Cincinnati channels to which the release
Expand Down Expand Up @@ -493,6 +504,17 @@ spec:
release:
description: release is the target of the update.
properties:
architecture:
description: |-
architecture is an optional field that indicates the
value of the cluster architecture. In this context cluster
architecture means either a single architecture or a multi
architecture.
Valid values are 'Multi' and empty.
enum:
- Multi
- ""
type: string
channels:
description: |-
channels is the set of Cincinnati channels to which the release
Expand Down Expand Up @@ -668,6 +690,17 @@ spec:
If the cluster is not yet fully initialized desired will be set
with the information available, which may be an image or a tag.
properties:
architecture:
description: |-
architecture is an optional field that indicates the
value of the cluster architecture. In this context cluster
architecture means either a single architecture or a multi
architecture.
Valid values are 'Multi' and empty.
enum:
- Multi
- ""
type: string
channels:
description: |-
channels is the set of Cincinnati channels to which the release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,17 @@ spec:
description: Release represents an OpenShift release image and associated
metadata.
properties:
architecture:
description: |-
architecture is an optional field that indicates the
value of the cluster architecture. In this context cluster
architecture means either a single architecture or a multi
architecture.
Valid values are 'Multi' and empty.
enum:
- Multi
- ""
type: string
channels:
description: |-
channels is the set of Cincinnati channels to which the release
Expand Down Expand Up @@ -493,6 +504,17 @@ spec:
release:
description: release is the target of the update.
properties:
architecture:
description: |-
architecture is an optional field that indicates the
value of the cluster architecture. In this context cluster
architecture means either a single architecture or a multi
architecture.
Valid values are 'Multi' and empty.
enum:
- Multi
- ""
type: string
channels:
description: |-
channels is the set of Cincinnati channels to which the release
Expand Down Expand Up @@ -668,6 +690,17 @@ spec:
If the cluster is not yet fully initialized desired will be set
with the information available, which may be an image or a tag.
properties:
architecture:
description: |-
architecture is an optional field that indicates the
value of the cluster architecture. In this context cluster
architecture means either a single architecture or a multi
architecture.
Valid values are 'Multi' and empty.
enum:
- Multi
- ""
type: string
channels:
description: |-
channels is the set of Cincinnati channels to which the release
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,17 @@ spec:
description: Release represents an OpenShift release image and associated
metadata.
properties:
architecture:
description: |-
architecture is an optional field that indicates the
value of the cluster architecture. In this context cluster
architecture means either a single architecture or a multi
architecture.
Valid values are 'Multi' and empty.
enum:
- Multi
- ""
type: string
channels:
description: |-
channels is the set of Cincinnati channels to which the release
Expand Down Expand Up @@ -493,6 +504,17 @@ spec:
release:
description: release is the target of the update.
properties:
architecture:
description: |-
architecture is an optional field that indicates the
value of the cluster architecture. In this context cluster
architecture means either a single architecture or a multi
architecture.
Valid values are 'Multi' and empty.
enum:
- Multi
- ""
type: string
channels:
description: |-
channels is the set of Cincinnati channels to which the release
Expand Down Expand Up @@ -668,6 +690,17 @@ spec:
If the cluster is not yet fully initialized desired will be set
with the information available, which may be an image or a tag.
properties:
architecture:
description: |-
architecture is an optional field that indicates the
value of the cluster architecture. In this context cluster
architecture means either a single architecture or a multi
architecture.
Valid values are 'Multi' and empty.
enum:
- Multi
- ""
type: string
channels:
description: |-
channels is the set of Cincinnati channels to which the release
Expand Down
1 change: 1 addition & 0 deletions config/v1/zz_generated.featuregated-crd-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ clusterversions.config.openshift.io:
Capability: ""
Category: ""
FeatureGates:
- ImageStreamImportMode
- SignatureStores
FilenameOperatorName: cluster-version-operator
FilenameOperatorOrdering: "01"
Expand Down
Loading

0 comments on commit 31505ab

Please sign in to comment.