profiles

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


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