This is an automated email from the ASF dual-hosted git repository.

pearl11594 pushed a change to branch release-4.21
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git


    from 662aa6d  Add support for GPU apis (#121)
     add 7625abd  Add support to Cni config, Nsx, Netris service management and 
add additional k8s APIs support (#123)

No new revisions were added by this update.

Summary of changes:
 cloudstack/ConfigurationService.go                 | 775 +++++++++++++++++++++
 cloudstack/ConfigurationService_mock.go            | 150 ++++
 cloudstack/KubernetesService.go                    | 368 ++++++++++
 cloudstack/KubernetesService_mock.go               |  58 ++
 cloudstack/NetrisService.go                        | 507 ++++++++++++++
 cloudstack/NetrisService_mock.go                   | 146 ++++
 cloudstack/NsxService.go                           | 534 ++++++++++++++
 cloudstack/NsxService_mock.go                      | 146 ++++
 cloudstack/cloudstack.go                           |  22 +
 generate/layout.go                                 |  15 +
 test/ConfigurationService_test.go                  |  36 +
 test/KubernetesService_test.go                     |  30 +
 ...rRangeService_test.go => NetrisService_test.go} |  37 +-
 ...mberRangeService_test.go => NsxService_test.go} |  37 +-
 14 files changed, 2821 insertions(+), 40 deletions(-)
 create mode 100644 cloudstack/NetrisService.go
 create mode 100644 cloudstack/NetrisService_mock.go
 create mode 100644 cloudstack/NsxService.go
 create mode 100644 cloudstack/NsxService_mock.go
 copy test/{ASNumberRangeService_test.go => NetrisService_test.go} (61%)
 copy test/{ASNumberRangeService_test.go => NsxService_test.go} (61%)

Reply via email to