ClusterUpgradePolicy

data class ClusterUpgradePolicy(val supportType: String? = null)

Constructors

Link copied to clipboard
constructor(supportType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val supportType: String? = null

Support type to use for the cluster. If the cluster is set to EXTENDED, it will enter extended support at the end of standard support. If the cluster is set to STANDARD, it will be automatically upgraded at the end of standard support. Valid values are EXTENDED, STANDARD