Class: Google::Cloud::Container::V1beta1::UpgradeEvent

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.

Instance Attribute Summary collapse

Instance Attribute Details

#current_version::String

Returns The current version before the upgrade.

Returns:

  • (::String)

    The current version before the upgrade.



5797
5798
5799
5800
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5797

class UpgradeEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#operation::String

Returns The operation associated with this upgrade.

Returns:

  • (::String)

    The operation associated with this upgrade.



5797
5798
5799
5800
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5797

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.

Returns:



5797
5798
5799
5800
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5797

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.

Returns:

  • (::String)

    Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.



5797
5798
5799
5800
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5797

class UpgradeEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_type::Google::Cloud::Container::V1beta1::UpgradeResourceType

Returns The resource type that is upgrading.

Returns:



5797
5798
5799
5800
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5797

class UpgradeEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#target_version::String

Returns The target version for the upgrade.

Returns:

  • (::String)

    The target version for the upgrade.



5797
5798
5799
5800
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5797

class UpgradeEvent
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end