BareMetalClusterNodeConfigArgs

data class BareMetalClusterNodeConfigArgs(val containerRuntime: Output<String>? = null, val maxPodsPerNode: Output<Int>? = null) : ConvertibleToJava<BareMetalClusterNodeConfigArgs>

Constructors

Link copied to clipboard
constructor(containerRuntime: Output<String>? = null, maxPodsPerNode: Output<Int>? = null)

Properties

Link copied to clipboard
val containerRuntime: Output<String>? = null

The available runtimes that can be used to run containers in a Bare Metal User Cluster. Possible values are: CONTAINER_RUNTIME_UNSPECIFIED, DOCKER, CONTAINERD.

Link copied to clipboard
val maxPodsPerNode: Output<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.

Functions

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