spotPriceLimits

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


@JvmName(name = "duthnxmmmmgqnjas")
suspend fun spotPriceLimits(values: List<Output<NodePoolSpotPriceLimitArgs>>)
@JvmName(name = "dmnmtcjobtiofabv")
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 = "axiyabhujhicgjga")
suspend fun spotPriceLimits(argument: List<suspend NodePoolSpotPriceLimitArgsBuilder.() -> Unit>)
@JvmName(name = "dqsxmduwbwglqlrd")
suspend fun spotPriceLimits(vararg argument: suspend NodePoolSpotPriceLimitArgsBuilder.() -> Unit)
@JvmName(name = "dmxnodvhdsxxjjhs")
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.