class Google::Apis::ContainerV1::KubernetesDashboard

Configuration for the Kubernetes Dashboard.

Attributes

disabled[RW]

Whether the Kubernetes Dashboard is enabled for this cluster. Corresponds to the JSON property `disabled` @return [Boolean]

disabled?[RW]

Whether the Kubernetes Dashboard is enabled for this cluster. Corresponds to the JSON property `disabled` @return [Boolean]

Public Class Methods

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