KubernetesClusterWorkloadAutoscalerProfile

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

Constructors

fun KubernetesClusterWorkloadAutoscalerProfile(kedaEnabled: Boolean? = null, verticalPodAutoscalerControlledValues: String? = null, verticalPodAutoscalerEnabled: Boolean? = null, verticalPodAutoscalerUpdateMode: String? = 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

Which resources values should be controlled.

Link copied to clipboard

Specifies whether Vertical Pod Autoscaler should be enabled.

Link copied to clipboard

How the autoscaler applies changes to pod resources.