bluemix-go
bluemix-go copied to clipboard
Worker API: Replace no update
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:
- No backward compatibility: we add a field
update bool
in the function signature - We create a function
ReplaceNoUpdateWorkerNode
Let me think what you prefer and I can propose a PR
Have a good day