NamespaceNodePoolConfigArgs

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

Constructors

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

Properties

Link copied to clipboard
val alloweds: Output<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: Output<String>? = null

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

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

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

Functions

Link copied to clipboard
open override fun toJava(): NamespaceNodePoolConfigArgs