spotPriceLimits

@JvmName(name = "ccsimdhqeeiibiyn")
suspend fun spotPriceLimits(value: Output<List<NodePoolSpotPriceLimitArgs>>)
@JvmName(name = "idmyynpcdmbixllp")
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. See spot_price_limit below.


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


@JvmName(name = "ugpcjqvxccqreuii")
suspend fun spotPriceLimits(values: List<Output<NodePoolSpotPriceLimitArgs>>)
@JvmName(name = "tlhmuohptqvokwkl")
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. See spot_price_limit below.


@JvmName(name = "corassqcshtugltv")
suspend fun spotPriceLimits(argument: List<suspend NodePoolSpotPriceLimitArgsBuilder.() -> Unit>)
@JvmName(name = "alllytjvxitivmmw")
suspend fun spotPriceLimits(vararg argument: suspend NodePoolSpotPriceLimitArgsBuilder.() -> Unit)
@JvmName(name = "nrrrqjfmbxeoheik")
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. See spot_price_limit below.