IBM-Cloud / bluemix-go

Go library for accessing the Bluemix API
Apache License 2.0
37 stars 88 forks source link

List Addon Support #383

Closed aayushsss1 closed 1 year ago

aayushsss1 commented 1 year ago

List available add-ons that you can enable in a cluster. For each available add-on, the name, latest version, and minimum Kubernetes version required to run the add-on in a cluster are returned.

https://containers.cloud.ibm.com/global/swagger-global-api/#/util/GetAddons

hasan4791 commented 1 year ago

@hkantare @kavya498 PTAL List addon functionality is needed to fetch the addon template options inorder to support addon paramters on provider https://github.com/IBM-Cloud/terraform-provider-ibm/pull/4408