GetNodePoolsNodePoolSchedulerConfig

data class GetNodePoolsNodePoolSchedulerConfig(val memoryOversubscription: String, val schedulerAlgorithm: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(string) - Whether or not memory oversubscription is enabled in the node pool. If empty or not defined the global cluster configuration is used.

Link copied to clipboard

(string) - The scheduler algorithm used in the node pool. If empty or not defined the global cluster configuration is used.