Managed Cluster Auto Upgrade Profile Args
data class ManagedClusterAutoUpgradeProfileArgs(val upgradeChannel: Output<Either<String, UpgradeChannel>>? = null) : ConvertibleToJava<ManagedClusterAutoUpgradeProfileArgs>
Auto upgrade profile for a managed cluster.
Constructors
Link copied to clipboard
fun ManagedClusterAutoUpgradeProfileArgs(upgradeChannel: Output<Either<String, UpgradeChannel>>? = null)