This is an automated email from the ASF dual-hosted git repository.
dahn pushed a change to branch release-4.21
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git
from d30bf51 add template_id to required params for backward compatability
add 662aa6d Add support for GPU apis (#121)
No new revisions were added by this update.
Summary of changes:
cloudstack/GPUService.go | 2923 +++++++++++++++++++++++++++++++++++++++++
cloudstack/GPUService_mock.go | 641 +++++++++
cloudstack/cloudstack.go | 11 +
generate/layout.go | 17 +
test/GPUService_test.go | 239 ++++
5 files changed, 3831 insertions(+)
create mode 100644 cloudstack/GPUService.go
create mode 100644 cloudstack/GPUService_mock.go
create mode 100644 test/GPUService_test.go