From d8fe4e376f4495922bd3fb6cc2ccf22aed2c5774 Mon Sep 17 00:00:00 2001 From: oisakov Date: Thu, 14 Apr 2022 12:09:12 +0300 Subject: [PATCH] added limitesSupportReasonCount to cluster status --- CHANGES.md | 4 ++++ model/clusters_mgmt/v1/cluster_status_type.model | 3 +++ 2 files changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c03d5f0a..d08d31b2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/model/clusters_mgmt/v1/cluster_status_type.model b/model/clusters_mgmt/v1/cluster_status_type.model index 5a168107..4ac2fa05 100644 --- a/model/clusters_mgmt/v1/cluster_status_type.model +++ b/model/clusters_mgmt/v1/cluster_status_type.model @@ -36,4 +36,7 @@ class ClusterStatus { // Configuration mode ConfigurationMode ClusterConfigurationMode + + // Limited Support Reason Count + LimitedSupportReasonCount Integer }