Classes | |
| class | ClientStatusDiscoveryServiceServicer |
Functions | |
| def | add_csds_servicer (server) |
Variables | |
| list | __all__ = ['ClientStatusDiscoveryServiceServicer', 'add_csds_servicer'] |
| def grpc_csds.add_csds_servicer | ( | server | ) |
Register CSDS servicer to a server.
CSDS is part of xDS protocol used to expose in-effective traffic
configuration (or xDS resources). It focuses on simplify the debugging of
unexpected routing behaviors, which could be due to a misconfiguration,
unhealthy backends or issues in the control or data plane.
Args:
server: A gRPC server to which the CSDS service will be added.
Definition at line 41 of file src/python/grpcio_csds/grpc_csds/__init__.py.
|
private |
Definition at line 56 of file src/python/grpcio_csds/grpc_csds/__init__.py.