K8sSchedulingOptionsArgs

data class K8sSchedulingOptionsArgs(val resources: Output<K8sResourceRequirementsArgs>? = null) : ConvertibleToJava<K8sSchedulingOptionsArgs>

The kubernetes scheduling options. It describes restrictions used to help Kubernetes select appropriate nodes to host the database service

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard

The kubernetes resource limits and requests used to restrict or reserve resource usage.