Reference documentation and code samples for the Google Cloud Container V1 Client class UpgradeEvent.
UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.
Generated from protobuf message google.container.v1.UpgradeEvent
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ resource_type
int
The resource type that is upgrading.
↳ operation
string
The operation associated with this upgrade.
↳ operation_start_time
↳ current_version
string
The current version before the upgrade.
↳ target_version
string
The target version for the upgrade.
↳ resource
string
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
getResourceType
The resource type that is upgrading.
int
setResourceType
The resource type that is upgrading.
var
int
$this
getOperation
The operation associated with this upgrade.
string
setOperation
The operation associated with this upgrade.
var
string
$this
getOperationStartTime
The time when the operation was started.
hasOperationStartTime
clearOperationStartTime
setOperationStartTime
The time when the operation was started.
$this
getCurrentVersion
The current version before the upgrade.
string
setCurrentVersion
The current version before the upgrade.
var
string
$this
getTargetVersion
The target version for the upgrade.
string
setTargetVersion
The target version for the upgrade.
var
string
$this
getResource
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
string
setResource
Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
var
string
$this