Class UpgradeDetails (2.57.0)

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_v1beta1.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_v1beta1.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.