ManagedClusterUpgradeSpecArgs

data class ManagedClusterUpgradeSpecArgs(val kubernetesVersion: Output<String>? = null, val type: Output<Either<String, ManagedClusterUpgradeType>>) : ConvertibleToJava<ManagedClusterUpgradeSpecArgs>

The upgrade to apply to a ManagedCluster.

Constructors

Link copied to clipboard
constructor(kubernetesVersion: Output<String>? = null, type: Output<Either<String, ManagedClusterUpgradeType>>)

Properties

Link copied to clipboard
val kubernetesVersion: Output<String>? = null

The Kubernetes version to upgrade the member clusters to.

Link copied to clipboard
val type: Output<Either<String, ManagedClusterUpgradeType>>

ManagedClusterUpgradeType is the type of upgrade to be applied.

Functions

Link copied to clipboard
open override fun toJava(): ManagedClusterUpgradeSpecArgs