NodePoolSchedulerConfig

data class NodePoolSchedulerConfig(val memoryOversubscription: String? = null, val schedulerAlgorithm: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(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

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