profiles

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


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