pdxfixit opened a new pull request, #115:
URL: https://github.com/apache/cloudstack-go/pull/115
When Zones, Pods, and Clusters are updated, the API response object contains
a single instance of that entity;
```
{
"zone": {
"allocationstate": "Disabled",
[...]
}
}
```
Clusters handle this, by calling:
```
if resp, err = getRawValue(resp); err != nil {
return nil, err
}
```
But Zones and Pods do not do the same, and they should.
--
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]