Skip to content

Commit

Permalink
config/v1/types_cluster_version: Drop never-implemented 'Evaluating' …
Browse files Browse the repository at this point in the history
…conditionalUpdates condition type

Catching up with openshift/enhancements@c446cd7846
(enhancements/update/targeted-update-edge-blocking: Drop Evaluating,
2023-06-07, openshift/enhancements#1420), which points out that this
type was never implemented, because Recommended=Unknown is sufficient
to say "we're trying (and failing) to figure out if some of the
target's risks apply to the cluster".
  • Loading branch information
wking committed Feb 6, 2024
1 parent 7162acc commit 93c093e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/v1/types_cluster_version.go
Expand Up @@ -691,7 +691,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

0 comments on commit 93c093e

Please sign in to comment.