NamespaceNodePoolConfig

data class NamespaceNodePoolConfig(val alloweds: List<String>? = null, val default: String? = null, val denieds: List<String>? = null)

Constructors

Link copied to clipboard
constructor(alloweds: List<String>? = null, default: String? = null, denieds: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alloweds: List<String>? = null

([]string: <optional>) - The list of node pools that are allowed to be used in this namespace.

Link copied to clipboard
val default: String? = null

(string: <optional>) - The default node pool for jobs that don't define one.

Link copied to clipboard
val denieds: List<String>? = null

([]string: <optional>) - The list of node pools that are not allowed to be used in this namespace.