Skip to content

Commit 2c8523b

Browse files
committed
Remove the docs changes on the existing fields
The changes introduced by this pull are currently gated by a feature and there is not yet a mechanism to determine for existing fields which parts of docs should be included in which enabled features. We may revert this commit when the feature is promoted.
1 parent b2dc574 commit 2c8523b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

config/v1/types_cluster_version.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,7 @@ type UpdateHistory struct {
271271
// For example, it may mention an Upgradeable=False or missing signature
272272
// that was overridden via desiredUpdate.force, or an update that was
273273
// initiated despite not being in the availableUpdates set of recommended
274-
// update targets, or in the conditionUpdates set and all associated risks
275-
// are specified in desiredUpdate.accept.
274+
// update targets.
276275
// +optional
277276
AcceptedRisks string `json:"acceptedRisks,omitempty"`
278277
}
@@ -837,7 +836,6 @@ type ConditionalUpdate struct {
837836
// operator will evaluate all entries, and only recommend the
838837
// update if there is at least one entry and all entries
839838
// recommend the update.
840-
// Deprecated: the risks field has been deprecated in favour of riskNames.
841839
// +kubebuilder:validation:MinItems=1
842840
// +patchMergeKey=name
843841
// +patchStrategy=merge

0 commit comments

Comments
 (0)