Kubernetes Cluster Workload Autoscaler Profile
data class KubernetesClusterWorkloadAutoscalerProfile(val kedaEnabled: Boolean? = null, val verticalPodAutoscalerControlledValues: String? = null, val verticalPodAutoscalerEnabled: Boolean? = null, val verticalPodAutoscalerUpdateMode: String? = null)
Constructors
Link copied to clipboard
fun KubernetesClusterWorkloadAutoscalerProfile(kedaEnabled: Boolean? = null, verticalPodAutoscalerControlledValues: String? = null, verticalPodAutoscalerEnabled: Boolean? = null, verticalPodAutoscalerUpdateMode: String? = null)