UpgradeInfoEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)UpgradeInfoEvent is a notification sent to customers about the upgrade information of a resource.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
resource_type |
google.cloud.container_v1beta1.types.UpgradeResourceType
The resource type associated with the upgrade. |
operation |
str
The operation associated with this upgrade. |
start_time |
google.protobuf.timestamp_pb2.Timestamp
The time when the operation was started. |
end_time |
google.protobuf.timestamp_pb2.Timestamp
The time when the operation ended. |
current_version |
str
The current version before the upgrade. |
target_version |
str
The target version for the upgrade. |
current_emulated_version |
str
The current emulated version before the upgrade. |
target_emulated_version |
str
The target emulated 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. |
state |
google.cloud.container_v1beta1.types.UpgradeInfoEvent.State
Output only. The state of the upgrade. |
standard_support_end_time |
google.protobuf.timestamp_pb2.Timestamp
The end of standard support timestamp. This field is a member of oneof_ _standard_support_end_time.
|
extended_support_end_time |
google.protobuf.timestamp_pb2.Timestamp
The end of extended support timestamp. This field is a member of oneof_ _extended_support_end_time.
|
description |
str
A brief description of the event. |
event_type |
google.cloud.container_v1beta1.types.UpgradeInfoEvent.EventType
The type of the event. |
disruption_event |
google.cloud.container_v1beta1.types.DisruptionEvent
The information about the disruption event. This field is only populated when event_type is DISRUPTION_EVENT. This field is a member of oneof_ _disruption_event.
|
Classes
EventType
EventType(value)The type of the event.
State
State(value)The state of the upgrade.