Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config/v1/types_cluster_version: Drop never-implemented 'Evaluating' conditionalUpdates condition type #1753

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -391,10 +391,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 @@ -338,10 +338,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 @@ -391,10 +391,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 @@ -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
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