webhooks

@JvmName(name = "arqkxjyjqfiqttgx")
suspend fun webhooks(value: Output<List<MutatingWebhookArgs>>)
@JvmName(name = "cltmqfjxlqqrgepr")
suspend fun webhooks(value: List<MutatingWebhookArgs>?)

Parameters

value

Webhooks is a list of webhooks and the affected resources and operations.


@JvmName(name = "rmnastiyembtlltj")
suspend fun webhooks(vararg values: Output<MutatingWebhookArgs>)


@JvmName(name = "aqolsmpiamhofyjt")
suspend fun webhooks(values: List<Output<MutatingWebhookArgs>>)
@JvmName(name = "cvujcbgadncaumbq")
suspend fun webhooks(vararg values: MutatingWebhookArgs)

Parameters

values

Webhooks is a list of webhooks and the affected resources and operations.


@JvmName(name = "pvsnsmuoawaqgaee")
suspend fun webhooks(argument: List<suspend MutatingWebhookArgsBuilder.() -> Unit>)
@JvmName(name = "kebwbubduwcfedes")
suspend fun webhooks(vararg argument: suspend MutatingWebhookArgsBuilder.() -> Unit)
@JvmName(name = "cktynusegqftdcgm")
suspend fun webhooks(argument: suspend MutatingWebhookArgsBuilder.() -> Unit)

Parameters

argument

Webhooks is a list of webhooks and the affected resources and operations.