Class UpgradeEvent (2.11.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 google.cloud.container_v1beta1.types.UpgradeResourceType
The resource type that is upgrading.
operation str
The operation associated with this upgrade.
operation_start_time google.protobuf.timestamp_pb2.Timestamp
The time when the operation was started.
current_version str
The current version before the upgrade.
target_version str
The target version for the upgrade.
resource str
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.

Inheritance

builtins.object > proto.message.Message > UpgradeEvent