profiles

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


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