ClusterPodAutoscalingArgs

data class ClusterPodAutoscalingArgs(val hpaProfile: Output<String>) : ConvertibleToJava<ClusterPodAutoscalingArgs>

Constructors

Link copied to clipboard
constructor(hpaProfile: Output<String>)

Properties

Link copied to clipboard
val hpaProfile: Output<String>

Enable the Horizontal Pod Autoscaling profile for this cluster. Acceptable values are:

Functions

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