IBM-Cloud / bluemix-go

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

Support /v1/versions to get openshift versions. #156

Closed yu2003w closed 5 years ago

yu2003w commented 5 years ago

Implemented #155 Signed-off-by: Yu Wei yuweiw@cn.ibm.com

Output after running examples code examples/container/versions is as below,

weis-mbp:versions weiyu$ go run main.go 
[{1 12 10 false} {1 13 11 false} {1 14 7 true} {1 15 4 false}]
map[kubernetes:[{1 12 10 false} {1 13 11 false} {1 14 7 true} {1 15 4 false}] openshift:[{3 11 146 false}]]