ManagedClusterAutoUpgradeProfileArgs

data class ManagedClusterAutoUpgradeProfileArgs(val nodeOSUpgradeChannel: Output<Either<String, NodeOSUpgradeChannel>>? = null, val upgradeChannel: Output<Either<String, UpgradeChannel>>? = null) : ConvertibleToJava<ManagedClusterAutoUpgradeProfileArgs>

Auto upgrade profile for a managed cluster.

Constructors

Link copied to clipboard
constructor(nodeOSUpgradeChannel: Output<Either<String, NodeOSUpgradeChannel>>? = null, upgradeChannel: Output<Either<String, UpgradeChannel>>? = null)

Properties

Link copied to clipboard
val nodeOSUpgradeChannel: Output<Either<String, NodeOSUpgradeChannel>>? = null

Manner in which the OS on your nodes is updated. The default is NodeImage.

Link copied to clipboard
val upgradeChannel: Output<Either<String, UpgradeChannel>>? = null

Functions

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