-
Notifications
You must be signed in to change notification settings - Fork 551
openstack/loadbalancer/v2/loadbalancers lack of Time.time CreatedAt/UpdatedAt
fields
#1680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
will do by myself |
for: gophercloud#1680 time.Time object mapped to existing json fields
faced with issue during PR checking, time format from octavia response seems slightly differs and cannot be parsed by sane-default time.Time configuration
there is no |
related go issue golang/go#21990 |
@jtopjian Awesome !! |
@jtopjian btw, seems in fixtures u left some |
for: gophercloud#1680 time.Time object mapped to existing json fields
for: gophercloud#1680 time.Time object mapped to existing json fields
@jtopjian ready for review |
for: #1680 time.Time object mapped to existing json fields
Implemented in #1681 |
Need to add Time.time Created/Updated fields inside results.go, mapped from json:"updated_at"/json:"created_at"
General API reference:https://docs.openstack.org/api-ref/load-balancer/v2/index.html?expanded=show-load-balancer-details-detail#show-load-balancer-details
that fields defined in:
https://github.com/openstack/octavia/blob/22df2e0f484b3560cbb47d33b7f2f62cb57519fd/octavia/api/v2/types/load_balancer.py#L46
The text was updated successfully, but these errors were encountered: