NodePoolPlacementPolicyArgs

data class NodePoolPlacementPolicyArgs(val type: Output<String>) : ConvertibleToJava<NodePoolPlacementPolicyArgs>

Constructors

Link copied to clipboard

Functions

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

Properties

Link copied to clipboard
val type: Output<String>

The type of the policy. Supports a single value: COMPACT. Specifying COMPACT placement policy type places node pool's nodes in a closer physical proximity in order to reduce network latency between nodes.