Skip to content

Commit

Permalink
Remove update flow
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwell committed Jan 15, 2025
1 parent 97b300a commit ccf0c02
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 429 deletions.
1 change: 1 addition & 0 deletions api/v1/ytsaurus_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -775,6 +775,7 @@ type UpdateStatus struct {
// Flow is an internal field that is needed to persist the chosen flow until the end of an update.
// Flow can be on of ""(unspecified), Stateless, Master, TabletNodes, Full and update cluster stage
// executes steps corresponding to that update flow.
// Deprecated: Use updatingComponents instead.
Flow UpdateFlow `json:"flow,omitempty"`
Conditions []metav1.Condition `json:"conditions,omitempty"`
TabletCellBundles []TabletCellBundleInfo `json:"tabletCellBundles,omitempty"`
Expand Down
Loading

0 comments on commit ccf0c02

Please sign in to comment.