ManagedClusterWorkloadAutoScalerProfileArgs

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

Workload Auto-scaler profile for the managed cluster.

Constructors

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

Properties

Link copied to clipboard

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

Functions

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