Skip to content

Commit

Permalink
added limitesSupportReasonCount to cluster status
Browse files Browse the repository at this point in the history
  • Loading branch information
olisakov committed Apr 14, 2022
1 parent 746c62f commit d8fe4e3
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 d8fe4e3

Please sign in to comment.