Managed Cluster Workload Auto Scaler Profile Response
data class ManagedClusterWorkloadAutoScalerProfileResponse(val keda: ManagedClusterWorkloadAutoScalerProfileKedaResponse? = null, val verticalPodAutoscaler: ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerResponse? = null)
Workload Auto-scaler profile for the managed cluster.
Constructors
Link copied to clipboard
constructor(keda: ManagedClusterWorkloadAutoScalerProfileKedaResponse? = null, verticalPodAutoscaler: ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerResponse? = null)
Properties
Link copied to clipboard
KEDA (Kubernetes Event-driven Autoscaling) settings for the workload auto-scaler profile.
Link copied to clipboard
val verticalPodAutoscaler: ManagedClusterWorkloadAutoScalerProfileVerticalPodAutoscalerResponse? = null
VPA (Vertical Pod Autoscaler) settings for the workload auto-scaler profile.