class Google::Apis::ContainerV1beta1::NodeTaints

Collection of Kubernetes [node taints](kubernetes.io/docs/concepts/ configuration/taint-and-toleration).

Attributes

taints[RW]

List of node taints. Corresponds to the JSON property `taints` @return [Array<Google::Apis::ContainerV1beta1::NodeTaint>]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/container_v1beta1/classes.rb, line 3610
def update!(**args)
  @taints = args[:taints] if args.key?(:taints)
end