Class: Google::Container::V1::KubernetesDashboard
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::KubernetesDashboard
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
Configuration for the Kubernetes Dashboard.
Instance Attribute Summary collapse
- 
  
    
      #disabled  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the Kubernetes Dashboard is enabled for this cluster.
 
Instance Attribute Details
#disabled ⇒ true, false
Returns Whether the Kubernetes Dashboard is enabled for this cluster.
      198  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 198 class KubernetesDashboard; end  |