Skip to content

Commit

Permalink
Merge pull request #888 from chenz4027/OCM-5461
Browse files Browse the repository at this point in the history
OCM-5461 | feat: add HostedControlPlaneDefault to version type model
  • Loading branch information
lucasponce authored Jan 24, 2024
2 parents 88bd65d + 084e74c commit 5cecaa0
Show file tree
Hide file tree
Showing 2 changed files with 7 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.347 Jan 23 2024
- Add `HostedControlPlaneDefault` boolean to `Version` Type model.

## 0.0.346 Jan 11 2024
- Modify notify_details response

Expand Down
4 changes: 4 additions & 0 deletions model/clusters_mgmt/v1/version_type.model
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ class Version {
// HostedControlPlaneEnabled indicates whether this version can be used to create HCP clusters.
HostedControlPlaneEnabled Boolean

// HostedControlPlaneDefault is a flag that indicates if this should be selected as the default version when a
// HCP cluster is created without specifying explicitly the version.
HostedControlPlaneDefault Boolean

// AvailableUpgrades is the list of versions this version can be upgraded to.
AvailableUpgrades []String

Expand Down

0 comments on commit 5cecaa0

Please sign in to comment.