NodePoolSchedulerConfigArgs

data class NodePoolSchedulerConfigArgs(val memoryOversubscription: Output<String>? = null, val schedulerAlgorithm: Output<String>? = null) : ConvertibleToJava<NodePoolSchedulerConfigArgs>

Constructors

Link copied to clipboard
constructor(memoryOversubscription: Output<String>? = null, schedulerAlgorithm: Output<String>? = null)

Properties

Link copied to clipboard
val memoryOversubscription: Output<String>? = null

(string) - Whether or not memory oversubscription is enabled in the node pool. Possible values are "enabled" or "disabled". If not defined the global cluster configuration is used.

Link copied to clipboard
val schedulerAlgorithm: Output<String>? = null

(string) - The scheduler algorithm used in the node pool. Possible values are binpack or spread. If not defined the global cluster configuration is used.

Functions

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