Class: Google::Cloud::Container::V1::KubernetesDashboard
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::KubernetesDashboard
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
Configuration for the Kubernetes Dashboard.
Instance Attribute Summary collapse
-
#disabled ⇒ ::Boolean
Whether the Kubernetes Dashboard is enabled for this cluster.
Instance Attribute Details
#disabled ⇒ ::Boolean
Returns Whether the Kubernetes Dashboard is enabled for this cluster.
894 895 896 897 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 894 class KubernetesDashboard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |