Skip to content

Commit

Permalink
api: add node field to csds request (#12522)
Browse files Browse the repository at this point in the history
Added an node field to csds request to identify the CSDS client to the CSDS server, and removed the [#not-implemented-hide:] for the endpoint_config since it has been implemented in #11577

Risk Level: Low
Testing: N/A
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Yutong Li <[email protected]>
  • Loading branch information
Rainton authored Aug 12, 2020
1 parent e319b7c commit 90a97c7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion api/envoy/service/status/v3/csds.proto
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ message ClientStatusRequest {
// Management server can use these match criteria to identify clients.
// The match follows OR semantics.
repeated type.matcher.v3.NodeMatcher node_matchers = 1;

// The node making the csds request.
config.core.v3.Node node = 2;
}

// Detailed config (per xDS) with status.
Expand All @@ -80,7 +83,6 @@ message PerXdsConfig {

admin.v3.ScopedRoutesConfigDump scoped_route_config = 5;

// [#not-implemented-hide:]
admin.v3.EndpointsConfigDump endpoint_config = 6;
}
}
Expand Down
4 changes: 3 additions & 1 deletion api/envoy/service/status/v4alpha/csds.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion generated_api_shadow/envoy/service/status/v3/csds.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion generated_api_shadow/envoy/service/status/v4alpha/csds.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90a97c7

Please sign in to comment.