IBM-Cloud / bluemix-go

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

/v1/version support #155

Closed yu2003w closed 5 years ago

yu2003w commented 5 years ago

As /v1/kube-versions is deprecated now, we need to support /v1/versions to get available k8s and openshift versions. https://containers.cloud.ibm.com/global/swagger-global-api/#/util/GetKubeVersions

yu2003w commented 5 years ago

Code merged.