Skip to content

Commit

Permalink
Merge pull request #595 from tzvatot/provision-shards
Browse files Browse the repository at this point in the history
Add status to provision shard API
  • Loading branch information
tzvatot authored Aug 1, 2022
2 parents dca04df + 27d0b27 commit 483d00a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## 0.0.212 Aug 01 2022
- Add status to provision shard API.

## 0.0.211 Jul 27 2022
- Add API for adding and removing a provision shard.

Expand Down
3 changes: 3 additions & 0 deletions model/clusters_mgmt/v1/provision_shard_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ class ProvisionShard {
// Contains the name of the management cluster for Hypershift clusters that are assigned to this shard.
// This field is populated by OCM, and must not be overwritten via API.
ManagementCluster String

// Status of the provision shard. Possible values: active/maintenance/offline.
Status String
}

0 comments on commit 483d00a

Please sign in to comment.