ClusterClusterConfigPreemptibleWorkerConfig

data class ClusterClusterConfigPreemptibleWorkerConfig(val diskConfig: ClusterClusterConfigPreemptibleWorkerConfigDiskConfig? = null, val instanceNames: List<String>? = null, val numInstances: Int? = null, val preemptibility: String? = null)

Constructors

constructor(diskConfig: ClusterClusterConfigPreemptibleWorkerConfigDiskConfig? = null, instanceNames: List<String>? = null, numInstances: Int? = null, preemptibility: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val instanceNames: List<String>? = null
Link copied to clipboard
val numInstances: Int? = null

Specifies the number of preemptible nodes to create. Defaults to 0.

Link copied to clipboard
val preemptibility: String? = null

Specifies the preemptibility of the secondary workers. The default value is PREEMPTIBLE Accepted values are: