horizontal Pod Autoscaling
suspend fun horizontalPodAutoscaling(value: Output<ClusterAddonsConfigHorizontalPodAutoscalingArgs>)
Parameters
value
The status of the Horizontal Pod Autoscaling addon, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods. It is enabled by default; set disabled = true
to disable.
suspend fun horizontalPodAutoscaling(argument: suspend ClusterAddonsConfigHorizontalPodAutoscalingArgsBuilder.() -> Unit)
Parameters
argument
The status of the Horizontal Pod Autoscaling addon, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods. It is enabled by default; set disabled = true
to disable.