GetNodePoolsNodePool

data class GetNodePoolsNodePool(val description: String, val meta: Map<String, String>, val name: String, val schedulerConfigs: List<GetNodePoolsNodePoolSchedulerConfig>)

Constructors

Link copied to clipboard
constructor(description: String, meta: Map<String, String>, name: String, schedulerConfigs: List<GetNodePoolsNodePoolSchedulerConfig>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(string) - The description of the node pool.

Link copied to clipboard

(map[string]string) - Arbitrary KV metadata associated with the node pool.

Link copied to clipboard

(string) - The name of the node pool.

Link copied to clipboard

(block) - Scheduler configuration for the node pool.