profiles

@JvmName(name = "qviqdspskfhpljxp")
suspend fun profiles(value: Output<List<String>>)
@JvmName(name = "nhefcbcycrlmkbox")
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 = "bbcjdlomnkruipml")
suspend fun profiles(vararg values: Output<String>)


@JvmName(name = "meuyfydyusafwjwm")
suspend fun profiles(values: List<Output<String>>)
@JvmName(name = "spqccvrwrtfsqqaw")
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.