pullTriggers

@JvmName(name = "pwgwyswhtqypkeea")
suspend fun pullTriggers(value: Output<List<String>>)
@JvmName(name = "oktkklenksmycckl")
suspend fun pullTriggers(value: List<String>?)

Parameters

value

List of values which cause an image pull when changed. This is used to store the image digest from the registry when using the dockerregistryimage.


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


@JvmName(name = "pxrwodricatftrwt")
suspend fun pullTriggers(values: List<Output<String>>)
@JvmName(name = "rqhclayuvcppueqw")
suspend fun pullTriggers(vararg values: String)

Parameters

values

List of values which cause an image pull when changed. This is used to store the image digest from the registry when using the dockerregistryimage.