Skip to content

Commit

Permalink
OCM-5461 | feat: add HostedControlPlaneDefault to version type model
Browse files Browse the repository at this point in the history
Signed-off-by: Maggie Chen <[email protected]>
  • Loading branch information
chenz4027 committed Jan 24, 2024
1 parent 88bd65d commit 5981f7d
Showing 1 changed file with 4 additions and 0 deletions.
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 5981f7d

Please sign in to comment.