1
0
mirror of https://github.com/rancher/norman.git synced 2025-09-17 23:59:36 +00:00
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
2021-04-22 17:08:42 -07:00
2020-01-07 17:40:07 +01:00
2018-11-26 08:33:11 -07:00
2020-08-26 21:25:00 -07:00
2021-10-25 08:50:05 -07:00
2017-10-11 22:48:07 -07:00
2021-11-02 16:20:08 -04:00
2020-02-01 22:12:02 -07:00
2021-10-25 08:50:05 -07:00
2021-10-25 08:50:05 -07:00
2017-11-10 21:46:30 -07:00
2019-03-19 10:27:25 -07:00
2018-07-11 16:44:45 -07:00
2020-03-26 13:17:36 -07:00
2020-08-26 13:57:26 -07:00
2021-10-25 08:50:05 -07:00
2017-10-11 22:48:07 -07:00
2018-09-25 11:43:11 -07:00
2018-10-31 14:26:47 -07:00

Norman

An API framework for Building Rancher Style APIs backed by K8s CustomResources and their controllers.

Example

Refer to https://github.com/rancher/go-skel for skeleton norman controller projects

License

Copyright (c) 2014-2017 Rancher Labs, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Description
mirror from GitHub
Readme 28 MiB
Languages
Go 99.5%
Shell 0.4%