Class UpgradeEvent (2.3.1)

UpgradeEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.

Attributes

NameDescription
resource_type .cluster_service.UpgradeResourceType
Required. The resource type that is upgrading.
operation str
Required. The operation associated with this upgrade.
operation_start_time .timestamp.Timestamp
Required. The time when the operation was started.
current_version str
Required. The current version before the upgrade.
target_version str
Required. The target version for the upgrade.
resource str
Optional. Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.