components

@JvmName(name = "wabodmvqvdgtandf")
suspend fun components(value: Output<List<ContainerRecipeComponentConfigurationArgs>>)
@JvmName(name = "jpfpkuraxbiakggh")
suspend fun components(value: List<ContainerRecipeComponentConfigurationArgs>?)

Parameters

value

Components for build and test that are included in the container recipe.


@JvmName(name = "wqiqlssykpkvvvry")
suspend fun components(vararg values: Output<ContainerRecipeComponentConfigurationArgs>)


@JvmName(name = "culaqucwmrwxpyvu")
suspend fun components(values: List<Output<ContainerRecipeComponentConfigurationArgs>>)
@JvmName(name = "jtlrtmglknlwhhts")
suspend fun components(vararg values: ContainerRecipeComponentConfigurationArgs)

Parameters

values

Components for build and test that are included in the container recipe.


@JvmName(name = "rurhxqdchmdhdwlx")
suspend fun components(argument: List<suspend ContainerRecipeComponentConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "svngcsbqxiygxyys")
suspend fun components(vararg argument: suspend ContainerRecipeComponentConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "jewgxxugixjryrvq")
suspend fun components(argument: suspend ContainerRecipeComponentConfigurationArgsBuilder.() -> Unit)

Parameters

argument

Components for build and test that are included in the container recipe.