UpgradeDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)
UpgradeDetails contains detailed information of each individual upgrade operation.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
state |
google.cloud.container_v1.types.UpgradeDetails.State
Output only. The state of the upgrade. |
start_time |
google.protobuf.timestamp_pb2.Timestamp
The start timestamp of the upgrade. This field is a member of oneof _ _start_time .
|
end_time |
google.protobuf.timestamp_pb2.Timestamp
The end timestamp of the upgrade. This field is a member of oneof _ _end_time .
|
initial_version |
str
The version before the upgrade. |
target_version |
str
The version after the upgrade. |
start_type |
google.cloud.container_v1.types.UpgradeDetails.StartType
The start type of the upgrade. |
Classes
StartType
StartType(value)
StartType indicates the type of starting the upgrade.
State
State(value)
State indicates the state of the upgrade.