1
0
mirror of https://github.com/rancher/norman.git synced 2025-07-30 22:35:29 +00:00
norman/generator
Donnie Adams eb95d28e82 Stop ignoring id fields for sub-schemas
When generating types, any field with name "id" was being skipped. The intention
here was to skip the "id" field of the embedded types.Resource struct. A type
will have an embedded types.Resource struct when the hasGet function returns
true. Therefore, this hasGet function is also used to skip the id fields as
desired.
2021-11-29 16:19:56 -07:00
..
cleanup Generator and build cleanup 2018-10-30 23:01:41 -07:00
client_template.go Use CodeName in ranhcer client 2017-12-22 23:47:31 -07:00
controller_template.go Ensure namespaced scoped listers default to the correct namespace 2020-08-26 17:44:45 -07:00
funcs.go Rebase on lasso 2020-05-16 21:59:53 -07:00
generator.go Stop ignoring id fields for sub-schemas 2021-11-29 16:19:56 -07:00
k8s_client_template.go Updates to generator to improve speed 2020-07-14 12:26:39 -07:00
lifecycle_template.go Remove unneeded imports in code templates 2020-07-11 10:01:19 -07:00
scheme_template.go Updates to generator to improve speed 2020-07-14 12:26:39 -07:00
type_template.go Updates to generator to improve speed 2020-07-14 12:26:39 -07:00