FleetUpdateRunManagedClusterUpdateUpgrade

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

Constructors

constructor(kubernetesVersion: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the Kubernetes version to upgrade the member clusters to. This is required if type is set to Full.

Link copied to clipboard

Specifies the type of upgrade to perform. Possible values are Full and NodeImageOnly.