profiles

@JvmName(name = "duasuwrnsxjxjpkm")
suspend fun profiles(value: Output<List<String>>)
@JvmName(name = "adaqgriqlxxjxufk")
suspend fun profiles(value: List<String>?)

Parameters

value

Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.


@JvmName(name = "tvskyulqmherwmnh")
suspend fun profiles(vararg values: Output<String>)


@JvmName(name = "ahojqvxfggoghjap")
suspend fun profiles(values: List<Output<String>>)
@JvmName(name = "ftcbqdhyioanqgei")
suspend fun profiles(vararg values: String)

Parameters

values

Skaffold profiles to use when rendering the manifest for this phase. These are in addition to the profiles list specified in the DeliveryPipeline stage.