pullTriggers

@JvmName(name = "pbyxpcpvsvdkhsvs")
suspend fun pullTriggers(value: Output<List<String>>)
@JvmName(name = "lspsgxrrbyoovqyw")
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 = "khjahunjeyfofmst")
suspend fun pullTriggers(vararg values: Output<String>)


@JvmName(name = "rtiwxvjvsuhjbnkc")
suspend fun pullTriggers(values: List<Output<String>>)
@JvmName(name = "cxreqwrhrkuoguly")
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.