K8sSchedulingArgs

data class K8sSchedulingArgs(val default: Output<K8sSchedulingOptionsArgs>? = null) : ConvertibleToJava<K8sSchedulingArgs>

The kubernetes scheduling information.

Constructors

Link copied to clipboard
constructor(default: Output<K8sSchedulingOptionsArgs>? = null)

Properties

Link copied to clipboard
val default: Output<K8sSchedulingOptionsArgs>? = null

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

Functions

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