class Google::Apis::ContainerV1::LoggingComponentConfig
LoggingComponentConfig
is cluster logging component configuration.
Attributes
enable_components[RW]
Select components to collect logs. An empty set would disable all logging. Corresponds to the JSON property `enableComponents` @return [Array<String>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/container_v1/classes.rb, line 2124 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_v1/classes.rb, line 2129 def update!(**args) @enable_components = args[:enable_components] if args.key?(:enable_components) end