Skip to content

Commit

Permalink
Merge pull request #1753 from wking/drop-conditionalUpdates-Evaluating
Browse files Browse the repository at this point in the history
config/v1/types_cluster_version: Drop never-implemented 'Evaluating' conditionalUpdates condition type
  • Loading branch information
openshift-merge-bot[bot] committed Feb 13, 2024
2 parents 06532f4 + 50677c8 commit 54b3334
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 16 deletions.
Expand Up @@ -395,10 +395,8 @@ spec:
properties:
conditions:
description: 'conditions represents the observations of the
conditional update''s current status. Known types are: * Evaluating,
for whether the cluster-version operator will attempt to evaluate
any risks[].matchingRules. * Recommended, for whether the
update is recommended for the current cluster.'
conditional update''s current status. Known types are: * Recommended,
for whether the update is recommended for the current cluster.'
items:
description: "Condition contains details for one aspect of
the current state of this API Resource. --- This struct
Expand Down
Expand Up @@ -342,10 +342,8 @@ spec:
properties:
conditions:
description: 'conditions represents the observations of the
conditional update''s current status. Known types are: * Evaluating,
for whether the cluster-version operator will attempt to evaluate
any risks[].matchingRules. * Recommended, for whether the
update is recommended for the current cluster.'
conditional update''s current status. Known types are: * Recommended,
for whether the update is recommended for the current cluster.'
items:
description: "Condition contains details for one aspect of
the current state of this API Resource. --- This struct
Expand Down
Expand Up @@ -395,10 +395,8 @@ spec:
properties:
conditions:
description: 'conditions represents the observations of the
conditional update''s current status. Known types are: * Evaluating,
for whether the cluster-version operator will attempt to evaluate
any risks[].matchingRules. * Recommended, for whether the
update is recommended for the current cluster.'
conditional update''s current status. Known types are: * Recommended,
for whether the update is recommended for the current cluster.'
items:
description: "Condition contains details for one aspect of
the current state of this API Resource. --- This struct
Expand Down
1 change: 0 additions & 1 deletion config/v1/types_cluster_version.go
Expand Up @@ -730,7 +730,6 @@ type ConditionalUpdate struct {

// conditions represents the observations of the conditional update's
// current status. Known types are:
// * Evaluating, for whether the cluster-version operator will attempt to evaluate any risks[].matchingRules.
// * Recommended, for whether the update is recommended for the current cluster.
// +patchMergeKey=type
// +patchStrategy=merge
Expand Down
2 changes: 1 addition & 1 deletion config/v1/zz_generated.swagger_doc_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/generated_openapi/zz_generated.openapi.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openapi/openapi.json
Expand Up @@ -5593,7 +5593,7 @@
],
"properties": {
"conditions": {
"description": "conditions represents the observations of the conditional update's current status. Known types are: * Evaluating, for whether the cluster-version operator will attempt to evaluate any risks[].matchingRules. * Recommended, for whether the update is recommended for the current cluster.",
"description": "conditions represents the observations of the conditional update's current status. Known types are: * Recommended, for whether the update is recommended for the current cluster.",
"type": "array",
"items": {
"default": {},
Expand Down

0 comments on commit 54b3334

Please sign in to comment.