spotPriceLimits

@JvmName(name = "wxommaogrmsxhqbn")
suspend fun spotPriceLimits(value: Output<List<NodePoolSpotPriceLimitArgs>>)
@JvmName(name = "tbyteqhwbbexinrk")
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 = "pxpdyesoywsbusen")
suspend fun spotPriceLimits(vararg values: Output<NodePoolSpotPriceLimitArgs>)


@JvmName(name = "dqkqxrchpmkvxvpx")
suspend fun spotPriceLimits(values: List<Output<NodePoolSpotPriceLimitArgs>>)
@JvmName(name = "htcctxghijupkqlm")
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 = "rraunofvwtxdqrso")
suspend fun spotPriceLimits(argument: List<suspend NodePoolSpotPriceLimitArgsBuilder.() -> Unit>)
@JvmName(name = "uslfmbsilerewesv")
suspend fun spotPriceLimits(vararg argument: suspend NodePoolSpotPriceLimitArgsBuilder.() -> Unit)
@JvmName(name = "kvedtcmotkurjlin")
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.