KubernetesClusterWorkloadAutoscalerProfileArgs

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

constructor(kedaEnabled: Output<Boolean>? = null, verticalPodAutoscalerControlledValues: Output<String>? = null, verticalPodAutoscalerEnabled: Output<Boolean>? = null, verticalPodAutoscalerUpdateMode: Output<String>? = null)

Properties

Link copied to clipboard
val kedaEnabled: Output<Boolean>? = null

Specifies whether KEDA Autoscaler can be used for workloads.

Link copied to clipboard

Specifies whether Vertical Pod Autoscaler should be enabled.

Link copied to clipboard

Functions

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