diff --git a/model/clusters_mgmt/v1/version_type.model b/model/clusters_mgmt/v1/version_type.model index 468d7351..80ba3475 100644 --- a/model/clusters_mgmt/v1/version_type.model +++ b/model/clusters_mgmt/v1/version_type.model @@ -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