ManagedClusterUpgradeSpecResponse

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

The upgrade to apply to a ManagedCluster.

Constructors

Link copied to clipboard
constructor(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

ManagedClusterUpgradeType is the type of upgrade to be applied.