verbs property

List<String> verbs
final

verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy).

Implementation

final List<String> verbs;