AzureNodePoolMaxPodsConstraintArgs

data class AzureNodePoolMaxPodsConstraintArgs(val maxPodsPerNode: Output<Int>) : ConvertibleToJava<AzureNodePoolMaxPodsConstraintArgs>

Constructors

Link copied to clipboard
constructor(maxPodsPerNode: Output<Int>)

Properties

Link copied to clipboard
val maxPodsPerNode: Output<Int>

The maximum number of pods to schedule on a single node.

Functions

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