ReleaseChannelConfigResponse

data class ReleaseChannelConfigResponse(val availableVersions: List<AvailableVersionResponse>, val channel: String, val defaultVersion: String, val validVersions: List<String>)

ReleaseChannelConfig exposes configuration for a release channel.

Constructors

Link copied to clipboard
fun ReleaseChannelConfigResponse(availableVersions: List<AvailableVersionResponse>, channel: String, defaultVersion: String, validVersions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deprecated. This field has been deprecated and replaced with the valid_versions field.

Link copied to clipboard

The release channel this configuration applies to.

Link copied to clipboard

The default version for newly created clusters on the channel.

Link copied to clipboard

List of valid versions for the channel.