This is an automated email from the ASF dual-hosted git repository.
harikrishna pushed a change to branch main
in repository
https://gitbox.apache.org/repos/asf/cloudstack-terraform-provider.git
from 9496d6a Merge pull request #30 from
apache/FixTerraformDestroyForIpAddress
add 8e5f57f Adding support for Kubernetes Clusters
add e44d7c6 Merge pull request #35 from apache/add-cks
No new revisions were added by this update.
Summary of changes:
cloudstack/provider.go | 1 +
.../resource_cloudstack_kubernetes_cluster.go | 343 +++++++++++++++++++++
cloudstack/resources.go | 6 +-
go.mod | 2 +-
go.sum | 16 +
5 files changed, 365 insertions(+), 3 deletions(-)
create mode 100644 cloudstack/resource_cloudstack_kubernetes_cluster.go