15.2. API endpoints
The following API endpoints are available:
/apis/gateway.networking.k8s.io/v1/grpcroutes-
GET: list objects of kind GRPCRoute
-
/apis/gateway.networking.k8s.io/v1/namespaces/{namespace}/grpcroutes-
DELETE: delete collection of GRPCRoute -
GET: list objects of kind GRPCRoute -
POST: create a GRPCRoute
-
/apis/gateway.networking.k8s.io/v1/namespaces/{namespace}/grpcroutes/{name}-
DELETE: delete a GRPCRoute -
GET: read the specified GRPCRoute -
PATCH: partially update the specified GRPCRoute -
PUT: replace the specified GRPCRoute
-
/apis/gateway.networking.k8s.io/v1/namespaces/{namespace}/grpcroutes/{name}/status-
GET: read status of the specified GRPCRoute -
PATCH: partially update status of the specified GRPCRoute -
PUT: replace status of the specified GRPCRoute
-
15.2.1. /apis/gateway.networking.k8s.io/v1/grpcroutes 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
- HTTP method
-
GET - Description
- list objects of kind GRPCRoute
| HTTP code | Reponse body |
|---|---|
| 200 - OK |
|
| 401 - Unauthorized | Empty |