Get Node Pool Scheduler Config
data class GetNodePoolSchedulerConfig(val memoryOversubscription: String, val schedulerAlgorithm: String)
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.