ManagedClusterAutoUpgradeProfileArgs

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

Auto upgrade profile for a managed cluster.

Constructors

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

Properties

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

upgrade channel for auto upgrade.

Functions

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