1
0
mirror of https://github.com/rancher/norman.git synced 2025-07-16 00:16:35 +00:00
norman/api/handler
Nathan Jenan 7fed8b17a8 Filter resources on default fields
This change gives norman the ability to filter api requests based on the
default value of fields.  Before, it would filter on the actual data in
the resource, and then apply default values to the resource before
returning.

Issue:
https://github.com/rancher/rancher/issues/13418
2018-05-16 10:15:34 -07:00
..
create.go Return 404 when no store is configured (not 200) 2018-02-14 10:59:23 -07:00
delete.go Return 404 when no store is configured (not 200) 2018-02-14 10:59:23 -07:00
list.go Don't log conflicts as much 2018-03-22 15:55:44 -07:00
query.go Filter resources on default fields 2018-05-16 10:15:34 -07:00
update.go Return 404 when no store is configured (not 200) 2018-02-14 10:59:23 -07:00
validate.go Add function for parsing and validating an action 2018-03-15 09:10:03 -07:00