KubernetesClusterWorkloadAutoscalerProfile

data class KubernetesClusterWorkloadAutoscalerProfile(val kedaEnabled: Boolean? = null, val verticalPodAutoscalerEnabled: Boolean? = null)

Constructors

constructor(kedaEnabled: Boolean? = null, verticalPodAutoscalerEnabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val kedaEnabled: Boolean? = null

Specifies whether KEDA Autoscaler can be used for workloads.

Link copied to clipboard

Specifies whether Vertical Pod Autoscaler should be enabled.