class Google::Apis::ContainerV1::UpdateClusterRequest

UpdateClusterRequest updates the settings of a cluster.

Attributes

update[RW]

ClusterUpdate describes an update to the cluster. Exactly one update can be applied to a cluster with each request, so at most one field can be provided. Corresponds to the JSON property `update` @return [Google::Apis::ContainerV1::ClusterUpdate]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/container_v1/classes.rb, line 515
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/container_v1/classes.rb, line 520
def update!(**args)
  @update = args[:update] if args.key?(:update)
end