ClusterCapacityConfig

data class ClusterCapacityConfig(val memoryBytes: String, val vcpuCount: String)

Constructors

Link copied to clipboard
constructor(memoryBytes: String, vcpuCount: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The memory to provision for the cluster in bytes. The value must be between 1 GiB and 8 GiB per vCPU. Ex. 1024Mi, 4Gi.

Link copied to clipboard

The number of vCPUs to provision for the cluster. The minimum is 3.