Class: Google::Cloud::Container::V1::UpgradeEvent
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::UpgradeEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.
Instance Attribute Summary collapse
-
#current_version ⇒ ::String
The current version before the upgrade.
-
#operation ⇒ ::String
The operation associated with this upgrade.
-
#operation_start_time ⇒ ::Google::Protobuf::Timestamp
The time when the operation was started.
-
#resource ⇒ ::String
Optional relative path to the resource.
-
#resource_type ⇒ ::Google::Cloud::Container::V1::UpgradeResourceType
The resource type that is upgrading.
-
#target_version ⇒ ::String
The target version for the upgrade.
Instance Attribute Details
#current_version ⇒ ::String
Returns The current version before the upgrade.
4376 4377 4378 4379 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4376 class UpgradeEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation ⇒ ::String
Returns The operation associated with this upgrade.
4376 4377 4378 4379 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4376 class UpgradeEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation_start_time ⇒ ::Google::Protobuf::Timestamp
Returns The time when the operation was started.
4376 4377 4378 4379 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4376 class UpgradeEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource ⇒ ::String
Returns Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.
4376 4377 4378 4379 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4376 class UpgradeEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_type ⇒ ::Google::Cloud::Container::V1::UpgradeResourceType
Returns The resource type that is upgrading.
4376 4377 4378 4379 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4376 class UpgradeEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#target_version ⇒ ::String
Returns The target version for the upgrade.
4376 4377 4378 4379 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4376 class UpgradeEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |