apiServerArgs

@JvmName(name = "kwmlalphiyxsnxux")
suspend fun apiServerArgs(value: Output<List<BareMetalApiServerArgumentArgs>>)
@JvmName(name = "kimwfjjtsadbgvbg")
suspend fun apiServerArgs(value: List<BareMetalApiServerArgumentArgs>?)

Parameters

value

Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.


@JvmName(name = "orifwyucgtcigooc")
suspend fun apiServerArgs(vararg values: Output<BareMetalApiServerArgumentArgs>)


@JvmName(name = "ugimqoqmltgqnsax")
suspend fun apiServerArgs(values: List<Output<BareMetalApiServerArgumentArgs>>)
@JvmName(name = "vyaaksfnakdotciu")
suspend fun apiServerArgs(vararg values: BareMetalApiServerArgumentArgs)

Parameters

values

Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.


@JvmName(name = "xwesfrcvkmdwjbqm")
suspend fun apiServerArgs(argument: List<suspend BareMetalApiServerArgumentArgsBuilder.() -> Unit>)
@JvmName(name = "ehjgayxcmpxwiujd")
suspend fun apiServerArgs(vararg argument: suspend BareMetalApiServerArgumentArgsBuilder.() -> Unit)
@JvmName(name = "gkdamsaerowvuoot")
suspend fun apiServerArgs(argument: suspend BareMetalApiServerArgumentArgsBuilder.() -> Unit)

Parameters

argument

Customizes the default API server args. Only a subset of customized flags are supported. For the exact format, refer to the API server documentation.