ManagedClusterUpdateResponse

data class ManagedClusterUpdateResponse(val nodeImageSelection: NodeImageSelectionResponse? = null, val upgrade: ManagedClusterUpgradeSpecResponse)

The update to be applied to the ManagedClusters.

Constructors

Link copied to clipboard
constructor(nodeImageSelection: NodeImageSelectionResponse? = null, upgrade: ManagedClusterUpgradeSpecResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The node image upgrade to be applied to the target nodes in update run.

Link copied to clipboard

The upgrade to apply to the ManagedClusters.