Horizontal Pod Autoscaler Args
data class HorizontalPodAutoscalerArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<HorizontalPodAutoscalerSpecArgs>? = null) : ConvertibleToJava<HorizontalPodAutoscalerArgs>
HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
Constructors
Link copied to clipboard
fun HorizontalPodAutoscalerArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, spec: Output<HorizontalPodAutoscalerSpecArgs>? = null)