BareMetalWorkloadNodeConfigResponse

data class BareMetalWorkloadNodeConfigResponse(val containerRuntime: String, val maxPodsPerNode: String)

Specifies the workload node configurations.

Constructors

Link copied to clipboard
fun BareMetalWorkloadNodeConfigResponse(containerRuntime: String, maxPodsPerNode: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies which container runtime will be used.

Link copied to clipboard

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.