Managed Cluster Upgrade Spec Args
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>>)