components

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "mssdasukxkqtarcg")
suspend fun components(argument: List<suspend ContainerRecipeComponentConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "jdxvfutorlkifwpq")
suspend fun components(vararg argument: suspend ContainerRecipeComponentConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "wsvtqxhsbnlmorvp")
suspend fun components(argument: suspend ContainerRecipeComponentConfigurationArgsBuilder.() -> Unit)

Parameters

argument

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