Skip to content

Commit

Permalink
Add a client_scope field to ClientConfig (envoyproxy#31855)
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Ostroukhov <eostroukhov@google.com>
  • Loading branch information
eugeneo authored Jan 22, 2024
1 parent 92bc836 commit 644c718
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/envoy/service/status/v3/csds.proto
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,11 @@ message ClientConfig {
// Represents generic xDS config and the exact config structure depends on
// the type URL (like Cluster if it is CDS)
repeated GenericXdsConfig generic_xds_configs = 3;

// For xDS clients, the scope in which the data is used.
// For example, gRPC indicates the data plane target or that the data is
// associated with gRPC server(s).
string client_scope = 4;
}

message ClientStatusResponse {
Expand Down

0 comments on commit 644c718

Please sign in to comment.