Support the following API calls for CSE APIv2 Service Endpoints:
GET /v2/serviceendpoints to Get all service endpoint instances.
PATCH /v2/serviceendpoint/{serviceid} to Patch/Update the service endpoint instance (note: there is a action for the operation which could add or delete).
Functional tests are done and passed for these calls.
Background:
In IBM Cloud Kubernetes service, we would like to manage service endpoints from go code, and this module would be useful. That's why we would like to follow the API description as is.
Support the following API calls for CSE APIv2 Service Endpoints:
action
for the operation which couldadd
ordelete
).Functional tests are done and passed for these calls.
Background: In IBM Cloud Kubernetes service, we would like to manage service endpoints from go code, and this module would be useful. That's why we would like to follow the API description as is.