operations

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

Parameters

value

Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.


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


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

Parameters

values

Operations is the operations the admission hook cares about - CREATE, UPDATE, or * for all operations. If '*' is present, the length of the slice must be one. Required.