AzureNodePoolMaxPodsConstraint

data class AzureNodePoolMaxPodsConstraint(val maxPodsPerNode: Int)

Constructors

Link copied to clipboard
constructor(maxPodsPerNode: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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