-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
Milestone
Description
"if the user does an update, also allow patch", etc
currently hardcoded:
Lines 35 to 40 in 78308e5
| VerbExpansions: map[string][]string{ | |
| "watch": []string{"get", "list"}, | |
| "list": []string{"get", "watch"}, | |
| "update": []string{"get", "patch"}, | |
| "patch": []string{"get", "update"}, | |
| }, |