sureshanaparti commented on PR #10899:
URL: https://github.com/apache/cloudstack/pull/10899#issuecomment-3045162492
@shwstppr Below should call _postAPI()_, rest all - list calls should call
_getAPI()_.
```
ui/src/views/compute/KubernetesAddNodes.vue:
api('addNodesToKubernetesCluster', params).then(json => {
ui/src/views/compute/KubernetesRemoveNodes.vue:
api('removeNodesFromKubernetesCluster', params).then(json => {
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]