verbs property

List<String> verbs
final

Verb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all.

Implementation

final List<String> verbs;