bluemix-go
bluemix-go copied to clipboard
Go library for accessing the Bluemix API
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.25.0. Commits d27919b go.mod: update golang.org/x dependencies e0324fc http2: use net.ErrClosed b20cd59 quic: initiate key rotation earlier in connections f95a3b3 html: fix typo in package...
Hello, Replace Worker Node supports replace with update or not, however in the sdk it is not possible to do a worker replace without update: https://github.com/IBM-Cloud/bluemix-go/blob/master/api/container/containerv2/workers.go#L147 Two proposals: 1. No...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.31.1 to 1.33.1. Release notes Sourced from github.com/onsi/gomega's releases. v1.33.1 1.33.1 Fixes fix confusing eventually docs [3a66379] Maintenance Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a] v1.33.0 1.33.0...
I do not see a Container V2 API to **Delete** a worker node. Compare: **Container1** ```go //Workers ... type Workers interface { List(clusterName string, target ClusterTargetHeader) ([]Worker, error) ListByWorkerPool(clusterIDOrName, workerPoolIDOrName...
Bumps [github.com/go-openapi/strfmt](https://github.com/go-openapi/strfmt) from 0.21.7 to 0.23.0. Commits f72fdf0 chore(go): go-openapi requires go.1.20 across the board be4ecdf updated dependencies e949e33 fix(ci): remove dependency-type from dependabot groups 5238521 Bump github.com/stretchr/testify from 1.8.4...
Hello Team, I'm attempting to retrieve a list of all accounts on my IBM Cloud using the `List()` API call from the [accountv2](https://pkg.go.dev/github.com/IBM-Cloud/[email protected]/api/account/accountv2#New) package. Unfortunately, I keep encountering the following...
In order to fetch kubeconfig for private ROKS cluster v4.13.15_1543 using below API https://github.com/IBM-Cloud/bluemix-go/blob/5c31bb9104f76d6bb96ab6667a521c98f8873d31/api/container/containerv1/clusters.go#L398 I am seeing below error: ``` Panic error runtime error: slice bounds out of range [8:0]goroutine...
Hi team When i tried to setup an Informix instance in IBM Cloud Sydney location, first came across CFS deprecation, when i got an existing user to setup a new...