NodePoolSpotPriceLimit

data class NodePoolSpotPriceLimit(val instanceType: String? = null, val priceLimit: String? = null)

Constructors

Link copied to clipboard
constructor(instanceType: String? = null, priceLimit: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceType: String? = null

The type of the preemptible instance.

Link copied to clipboard
val priceLimit: String? = null

The maximum price of a single instance.