1
0
mirror of https://github.com/rancher/norman.git synced 2025-08-22 01:02:55 +00:00
norman/types
Nathan Jenan e2fa956b64 Add dynamic field to field struct
This change adds a dynamic field indicator to the field struct.  This is so
we can remove the dynamic fields from an existing schema before merging the
dynamic schema and actual schema to prevent removed dynamic fields form being
incorrectly left behind on the schema.

Issue:
https://github.com/rancher/rancher/issues/12698
2018-09-18 10:14:28 -07:00
..
convert Revert "Revert "Don't strip strings on output"" 2018-09-10 20:34:17 -07:00
definition Many enhancements 2017-12-11 20:58:53 -07:00
factory Refactor types 2017-11-29 14:27:02 -07:00
mapper Add Optional to access mapper 2018-07-19 10:23:17 -07:00
set Add changed method 2018-08-13 10:00:02 -07:00
slice Add slice.StringsEquals 2018-07-19 10:23:17 -07:00
values Random mapper fixes 2017-12-29 22:23:14 +00:00
condition.go Filter resources on default fields 2018-05-16 10:15:34 -07:00
encoder.go Add yaml formatting for pretty edit mode 2018-07-19 10:23:17 -07:00
id.go Drop number prefix in IDs 2018-04-16 22:15:57 -07:00
mapper.go Only set type if id is set 2018-07-31 14:10:23 -07:00
reflection.go More verbose error message when reflection fails 2018-07-31 14:10:23 -07:00
schema_funcs.go Refactor access control to return error not bool 2018-03-31 03:13:22 -07:00
schemas.go Add dynamic field to field struct 2018-09-18 10:14:28 -07:00
server_types.go Add InputFormatter that runs before the builder/validation 2018-07-19 10:23:17 -07:00
types.go Add dynamic field to field struct 2018-09-18 10:14:28 -07:00