Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow customizing verb expansion strategies #4

Open
liggitt opened this issue Sep 11, 2017 · 0 comments
Open

Allow customizing verb expansion strategies #4

liggitt opened this issue Sep 11, 2017 · 0 comments
Milestone

Comments

@liggitt
Copy link
Owner

liggitt commented Sep 11, 2017

"if the user does an update, also allow patch", etc

currently hardcoded:

VerbExpansions: map[string][]string{
"watch": []string{"get", "list"},
"list": []string{"get", "watch"},
"update": []string{"get", "patch"},
"patch": []string{"get", "update"},
},

@liggitt liggitt changed the title Allow customizing verb expansion strategies ("if the user does an update, also allow patch", etc) Allow customizing verb expansion strategies Sep 11, 2017
@liggitt liggitt added this to the next milestone Sep 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant