spotPriceLimits

@JvmName(name = "arpvpdnjgrvxakux")
suspend fun spotPriceLimits(value: Output<List<NodePoolSpotPriceLimitArgs>>)
@JvmName(name = "ommlafrqunrdksny")
suspend fun spotPriceLimits(value: List<NodePoolSpotPriceLimitArgs>?)

Parameters

value

The maximum hourly price of the instance. This parameter takes effect only when spot_strategy is set to SpotWithPriceLimit. You could enable multiple spot instances by setting this field repeatedly.


@JvmName(name = "numvldbksygsmtya")
suspend fun spotPriceLimits(vararg values: Output<NodePoolSpotPriceLimitArgs>)


@JvmName(name = "oqoksodulcdtgfbf")
suspend fun spotPriceLimits(values: List<Output<NodePoolSpotPriceLimitArgs>>)
@JvmName(name = "oljlasdqidfbenug")
suspend fun spotPriceLimits(vararg values: NodePoolSpotPriceLimitArgs)

Parameters

values

The maximum hourly price of the instance. This parameter takes effect only when spot_strategy is set to SpotWithPriceLimit. You could enable multiple spot instances by setting this field repeatedly.


@JvmName(name = "jlycruanhnftcphd")
suspend fun spotPriceLimits(argument: List<suspend NodePoolSpotPriceLimitArgsBuilder.() -> Unit>)
@JvmName(name = "qtlvmaxxifbsqqcm")
suspend fun spotPriceLimits(vararg argument: suspend NodePoolSpotPriceLimitArgsBuilder.() -> Unit)
@JvmName(name = "wkeumxmemrpvynhc")
suspend fun spotPriceLimits(argument: suspend NodePoolSpotPriceLimitArgsBuilder.() -> Unit)

Parameters

argument

The maximum hourly price of the instance. This parameter takes effect only when spot_strategy is set to SpotWithPriceLimit. You could enable multiple spot instances by setting this field repeatedly.