ManagedClusterWorkloadAutoScalerProfileArgs

data class ManagedClusterWorkloadAutoScalerProfileArgs(val keda: Output<ManagedClusterWorkloadAutoScalerProfileKedaArgs>? = null, val verticalPodAutoscaler: Output<ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerArgs>? = null) : ConvertibleToJava<ManagedClusterWorkloadAutoScalerProfileArgs>

Workload Auto-scaler profile for the managed cluster.

Constructors

constructor(keda: Output<ManagedClusterWorkloadAutoScalerProfileKedaArgs>? = null, verticalPodAutoscaler: Output<ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerArgs>? = null)

Properties

Link copied to clipboard

KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile.

Link copied to clipboard

VPA (Vertical Pod Autoscaler) settings for the workload auto-scaler profile.

Functions

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