lilijreey opened a new issue, #2713:
URL: https://github.com/apache/apisix-ingress-controller/issues/2713
### Issue description
```
import (
v1 "github.com/apache/apisix-ingress-controller/pkg/types/apisix/v1"
//version 1.7
)
type AdminApiRoute struct {
v1.Route `json:",inline"`
CreateTime int `json:"create_time"`
UpdateTime int `json:"update_time"`
}
route := AdminApiRoute {
/* Route data ...*/
CreateTime:1000,
UpdateTime:1000}
js, err := json.Marsh(route)
```
The js loss CreateTIme and UpdateTime fields, ??? Why???
### Environment
ingress-cotroller version 1.7
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]