Skip to content

Commit

Permalink
Merge pull request #549 from olisakov/add-limited-support-to-status
Browse files Browse the repository at this point in the history
added limitesSupportReasonCount to cluster status
  • Loading branch information
tzvatot authored Apr 14, 2022
2 parents 746c62f + d8fe4e3 commit f3c15e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This document describes the relevant changes between releases of the API model.

## 0.0.193 Apr 14 2022

- Add LimitedSupportReasonCount to cluster status struct.

## 0.0.192 Apr 12 2022

- Add inflight checks and 'validating' state.
Expand Down
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/cluster_status_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,7 @@ class ClusterStatus {

// Configuration mode
ConfigurationMode ClusterConfigurationMode

// Limited Support Reason Count
LimitedSupportReasonCount Integer
}

0 comments on commit f3c15e6

Please sign in to comment.