PlacementPolicyArgs

data class PlacementPolicyArgs(val type: Output<PlacementPolicyType>? = null) : ConvertibleToJava<PlacementPolicyArgs>

PlacementPolicy defines the placement policy used by the node pool.

Constructors

Link copied to clipboard
fun PlacementPolicyArgs(type: Output<PlacementPolicyType>? = null)

Functions

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

Properties

Link copied to clipboard
val type: Output<PlacementPolicyType>? = null

The type of placement.