operations

@JvmName(name = "iqgasseunxfthoid")
suspend fun operations(value: Output<List<String>>)
@JvmName(name = "kywddnfrccghoqly")
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 = "qkletatxkkaykuwt")
suspend fun operations(vararg values: Output<String>)


@JvmName(name = "oxlmdjkwldguwhcm")
suspend fun operations(values: List<Output<String>>)
@JvmName(name = "mhygvhegbxeidcio")
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.