class Google::Apis::ContainerV1beta1::MonitoringComponentConfig

MonitoringComponentConfig is cluster monitoring component configuration.

Attributes

enable_components[RW]

Select components to collect metrics. An empty set would disable all monitoring. Corresponds to the JSON property `enableComponents` @return [Array<String>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/container_v1beta1/classes.rb, line 2806
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 2811
def update!(**args)
  @enable_components = args[:enable_components] if args.key?(:enable_components)
end