Managed Cluster Workload Auto Scaler Profile Args
data class ManagedClusterWorkloadAutoScalerProfileArgs(val keda: Output<ManagedClusterWorkloadAutoScalerProfileKedaArgs>? = null, val verticalPodAutoscaler: Output<ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerArgs>? = null) : ConvertibleToJava<ManagedClusterWorkloadAutoScalerProfileArgs>
Workload Auto-scaler profile for the managed cluster.
Constructors
Link copied to clipboard
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
val verticalPodAutoscaler: Output<ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerArgs>? = null
VPA (Vertical Pod Autoscaler) settings for the workload auto-scaler profile.