You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per the requirement Runtime API should be capable of listing services available in the k8s cluster that the Runtime API is running and make them available for the Runtime API via exposing an endpoint.
As per the OAS defined in #42 it has following endpoints for service discovery related operations.
/services - List/search services
/services/{serviceId} - Get details of a particular service
/services/{serviceId}/usage - Get usage details for a particular service
We did the initial implementation for above using the client-go library by directly calling k8s API server and accessing services across namespaces.
This issue is created to track the progress of Runtime API /services implementation.
The text was updated successfully, but these errors were encountered: