ManagedClusterUpgradeSpecResponse

data class ManagedClusterUpgradeSpecResponse(val kubernetesVersion: String? = null, val type: String)

The upgrade to apply to a ManagedCluster.

Constructors

Link copied to clipboard
fun ManagedClusterUpgradeSpecResponse(kubernetesVersion: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Kubernetes version to upgrade the member clusters to.

Link copied to clipboard

The upgrade type. Full requires the KubernetesVersion property to be set. NodeImageOnly requires the KubernetesVersion property not to be set.