Kubernetes Engine V1 API - Class Google::Cloud::Container::V1::UpgradeInfoEvent (v1.4.0)

Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::UpgradeInfoEvent.

UpgradeInfoEvent is a notification sent to customers about the upgrade information of a resource.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#current_version

def current_version() -> ::String
Returns
  • (::String) — The current version before the upgrade.

#current_version=

def current_version=(value) -> ::String
Parameter
  • value (::String) — The current version before the upgrade.
Returns
  • (::String) — The current version before the upgrade.

#description

def description() -> ::String
Returns
  • (::String) — A brief description of the event.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — A brief description of the event.
Returns
  • (::String) — A brief description of the event.

#end_time

def end_time() -> ::Google::Protobuf::Timestamp
Returns

#end_time=

def end_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#operation

def operation() -> ::String
Returns
  • (::String) — The operation associated with this upgrade.

#operation=

def operation=(value) -> ::String
Parameter
  • value (::String) — The operation associated with this upgrade.
Returns
  • (::String) — The operation associated with this upgrade.

#resource

def resource() -> ::String
Returns
  • (::String) — Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.

#resource=

def resource=(value) -> ::String
Parameter
  • value (::String) — 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.

#resource_type

def resource_type() -> ::Google::Cloud::Container::V1::UpgradeResourceType
Returns

#resource_type=

def resource_type=(value) -> ::Google::Cloud::Container::V1::UpgradeResourceType
Parameter
Returns

#start_time

def start_time() -> ::Google::Protobuf::Timestamp
Returns

#start_time=

def start_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#state

def state() -> ::Google::Cloud::Container::V1::UpgradeInfoEvent::State
Returns

#target_version

def target_version() -> ::String
Returns
  • (::String) — The target version for the upgrade.

#target_version=

def target_version=(value) -> ::String
Parameter
  • value (::String) — The target version for the upgrade.
Returns
  • (::String) — The target version for the upgrade.