Skip to content

Allow customizing verb expansion strategies #4

@liggitt

Description

@liggitt

"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"},
},

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions