NodePoolRollingPolicyArgs

data class NodePoolRollingPolicyArgs(val maxParallelism: Output<Int>? = null) : ConvertibleToJava<NodePoolRollingPolicyArgs>

Constructors

Link copied to clipboard
constructor(maxParallelism: Output<Int>? = null)

Properties

Link copied to clipboard
val maxParallelism: Output<Int>? = null

The maximum number of unusable nodes.

Functions

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