gRPC method list
This documentation is for the Envoy v3 API.
As of Envoy v1.18 the v2 API has been removed and is no longer supported.
If you are upgrading from v2 API config you may wish to view the v2 API documentation:
config.core.v3.GrpcMethodList
[config.core.v3.GrpcMethodList proto]
A list of gRPC methods which can be used as an allowlist, for example.
{
"services": []
}
services
(repeated config.core.v3.GrpcMethodList.Service)
config.core.v3.GrpcMethodList.Service
[config.core.v3.GrpcMethodList.Service proto]
{
"name": "...",
"method_names": []
}
name
(string, REQUIRED) The name of the gRPC service.
method_names
(repeated string, REQUIRED) The names of the gRPC methods in this service.
当前内容版权归 servicemesher 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 servicemesher .