ReleaseChannelConfigResponse

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

ReleaseChannelConfig exposes configuration for a release channel.

Constructors

Link copied to clipboard
constructor(channel: String, defaultVersion: String, validVersions: List<String>)

Types

Link copied to clipboard
object Companion

Properties

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.