Kubernetes Cluster Workload Autoscaler Profile Args
data class KubernetesClusterWorkloadAutoscalerProfileArgs(val kedaEnabled: Output<Boolean>? = null, val verticalPodAutoscalerControlledValues: Output<String>? = null, val verticalPodAutoscalerEnabled: Output<Boolean>? = null, val verticalPodAutoscalerUpdateMode: Output<String>? = null) : ConvertibleToJava<KubernetesClusterWorkloadAutoscalerProfileArgs>
Constructors
Link copied to clipboard
fun KubernetesClusterWorkloadAutoscalerProfileArgs(kedaEnabled: Output<Boolean>? = null, verticalPodAutoscalerControlledValues: Output<String>? = null, verticalPodAutoscalerEnabled: Output<Boolean>? = null, verticalPodAutoscalerUpdateMode: Output<String>? = null)