operations

@JvmName(name = "vknfiwyllciqjplq")
suspend fun operations(value: Output<List<String>>)
@JvmName(name = "sjvepqxrqpoikphw")
suspend fun operations(value: List<String>?)

Parameters

value

Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.


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


@JvmName(name = "rbqhppcleyqjhclr")
suspend fun operations(values: List<Output<String>>)
@JvmName(name = "pwpnqbkglbiqeryf")
suspend fun operations(vararg values: String)

Parameters

values

Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.