BareMetalAdminClusterNodeConfig

data class BareMetalAdminClusterNodeConfig(val maxPodsPerNode: Int? = null)

Constructors

Link copied to clipboard
constructor(maxPodsPerNode: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxPodsPerNode: Int? = null

The maximum number of pods a node can run. The size of the CIDR range assigned to the node will be derived from this parameter.