ManagedClusterAutoUpgradeProfileResponse

data class ManagedClusterAutoUpgradeProfileResponse(val nodeOSUpgradeChannel: String? = null, val upgradeChannel: String? = null)

Auto upgrade profile for a managed cluster.

Constructors

Link copied to clipboard
constructor(nodeOSUpgradeChannel: String? = null, upgradeChannel: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard