mutations

@JvmName(name = "agagmrqurrphxhwt")
suspend fun mutations(value: Output<List<MutationPatchArgs>>)
@JvmName(name = "unxybpaghigiygbm")
suspend fun mutations(value: List<MutationPatchArgs>?)

Parameters

value

mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy. The mutations of a policy are invoked for each binding of this policy and reinvocation of mutations occurs on a per binding basis.


@JvmName(name = "vxbonaqixeolwnbd")
suspend fun mutations(vararg values: Output<MutationPatchArgs>)


@JvmName(name = "hgdrhdccgauvmvsb")
suspend fun mutations(values: List<Output<MutationPatchArgs>>)
@JvmName(name = "vejbpowcvwxheyuh")
suspend fun mutations(vararg values: MutationPatchArgs)

Parameters

values

mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy. The mutations of a policy are invoked for each binding of this policy and reinvocation of mutations occurs on a per binding basis.


@JvmName(name = "iamexeylbhsxvvmx")
suspend fun mutations(argument: List<suspend MutationPatchArgsBuilder.() -> Unit>)
@JvmName(name = "veljksmtmvjeriec")
suspend fun mutations(vararg argument: suspend MutationPatchArgsBuilder.() -> Unit)
@JvmName(name = "pjvnsqvigwgyyicq")
suspend fun mutations(argument: suspend MutationPatchArgsBuilder.() -> Unit)

Parameters

argument

mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy. The mutations of a policy are invoked for each binding of this policy and reinvocation of mutations occurs on a per binding basis.