operations

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


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