Class: Google::Container::V1::HorizontalPodAutoscaling
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::HorizontalPodAutoscaling
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
Configuration options for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.
Instance Attribute Summary collapse
- 
  
    
      #disabled  ⇒ true, false 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster.
 
Instance Attribute Details
#disabled ⇒ true, false
Returns Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that a Heapster pod is running in the cluster, which is also used by the Cloud Monitoring service.
      192  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 192 class HorizontalPodAutoscaling; end  |