HorizontalPodAutoscalingArgs

data class HorizontalPodAutoscalingArgs(val disabled: Output<Boolean>? = null) : ConvertibleToJava<HorizontalPodAutoscalingArgs>

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.

Constructors

Link copied to clipboard
fun HorizontalPodAutoscalingArgs(disabled: Output<Boolean>? = null)

Functions

Link copied to clipboard
open override fun toJava(): HorizontalPodAutoscalingArgs

Properties

Link copied to clipboard
val disabled: Output<Boolean>? = null

Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.