Skip to content

Commit 6dd18c0

Browse files
committed
make update
1 parent c815ed1 commit 6dd18c0

20 files changed

+2006
-39
lines changed

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

Lines changed: 259 additions & 3 deletions
Large diffs are not rendered by default.

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ spec:
480480
operator will evaluate all entries, and only recommend the
481481
update if there is at least one entry and all entries
482482
recommend the update.
483+
Deprecated: the risks has been deprecated by riskNames.
483484
items:
484485
description: |-
485486
ConditionalUpdateRisk represents a reason and cluster-state
@@ -663,10 +664,11 @@ spec:
663664
acceptedRisks:
664665
description: |-
665666
acceptedRisks records risks which were accepted to initiate the update.
666-
For example, it may menition an Upgradeable=False or missing signature
667-
that was overriden via desiredUpdate.force, or an update that was
667+
For example, it may mention an Upgradeable=False or missing signature
668+
that was overridden via desiredUpdate.force, or an update that was
668669
initiated despite not being in the availableUpdates set of recommended
669-
update targets.
670+
update targets, or in the conditionUpdates set and all associated risks
671+
are specified in desiredUpdate.accept.
670672
type: string
671673
completionTime:
672674
description: |-

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

Lines changed: 259 additions & 3 deletions
Large diffs are not rendered by default.

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

Lines changed: 259 additions & 3 deletions
Large diffs are not rendered by default.

config/v1/zz_generated.deepcopy.go

Lines changed: 25 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/v1/zz_generated.featuregated-crd-manifests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ clusterversions.config.openshift.io:
141141
Capability: ""
142142
Category: ""
143143
FeatureGates:
144+
- ClusterUpdateAcceptedRisks
144145
- ImageStreamImportMode
145146
- SignatureStores
146147
FilenameOperatorName: cluster-version-operator

config/v1/zz_generated.featuregated-crd-manifests/clusterversions.config.openshift.io/AAA_ungated.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ spec:
482482
operator will evaluate all entries, and only recommend the
483483
update if there is at least one entry and all entries
484484
recommend the update.
485+
Deprecated: the risks has been deprecated by riskNames.
485486
items:
486487
description: |-
487488
ConditionalUpdateRisk represents a reason and cluster-state
@@ -665,10 +666,11 @@ spec:
665666
acceptedRisks:
666667
description: |-
667668
acceptedRisks records risks which were accepted to initiate the update.
668-
For example, it may menition an Upgradeable=False or missing signature
669-
that was overriden via desiredUpdate.force, or an update that was
669+
For example, it may mention an Upgradeable=False or missing signature
670+
that was overridden via desiredUpdate.force, or an update that was
670671
initiated despite not being in the availableUpdates set of recommended
671-
update targets.
672+
update targets, or in the conditionUpdates set and all associated risks
673+
are specified in desiredUpdate.accept.
672674
type: string
673675
completionTime:
674676
description: |-

0 commit comments

Comments
 (0)