Kubernetes Cluster Workload Autoscaler Profile
data class KubernetesClusterWorkloadAutoscalerProfile(val kedaEnabled: Boolean? = null, val verticalPodAutoscalerControlledValues: String? = null, val verticalPodAutoscalerEnabled: Boolean? = null, val verticalPodAutoscalerUpdateMode: String? = null)