Class ClusterUpgradeInfo (2.57.0)

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

ClusterUpgradeInfo contains the upgrade information of a cluster.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
minor_target_version str
minor_target_version indicates the target version for minor upgrade. This field is a member of oneof_ _minor_target_version.
patch_target_version str
patch_target_version indicates the target version for patch upgrade. This field is a member of oneof_ _patch_target_version.
auto_upgrade_status MutableSequence[google.cloud.container_v1.types.ClusterUpgradeInfo.AutoUpgradeStatus]
The auto upgrade status.
paused_reason MutableSequence[google.cloud.container_v1.types.ClusterUpgradeInfo.AutoUpgradePausedReason]
The auto upgrade paused reason.
upgrade_details MutableSequence[google.cloud.container_v1.types.UpgradeDetails]
The list of past auto upgrades.
end_of_standard_support_timestamp str
The cluster's current minor version's end of standard support timestamp. This field is a member of oneof_ _end_of_standard_support_timestamp.
end_of_extended_support_timestamp str
The cluster's current minor version's end of extended support timestamp. This field is a member of oneof_ _end_of_extended_support_timestamp.

Classes

AutoUpgradePausedReason

AutoUpgradePausedReason(value)

AutoUpgradePausedReason indicates the reason for auto upgrade paused status.

AutoUpgradeStatus

AutoUpgradeStatus(value)

AutoUpgradeStatus indicates the status of auto upgrade.