Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
api-csds: Propose a boolean field in ClientStatusRequest to indicate …
Browse files Browse the repository at this point in the history
…whether xds server should exclude detailed config(xds_config field in GenericXdsConfig) but keep the rest of fields in response (#27880)

Signed-off-by: jaychenatr <jiechen@google.com>
  • Loading branch information
jaychenatr authored Jun 9, 2023
1 parent 52cfd44 commit de3ae4a
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 @@ -85,6 +85,11 @@ message ClientStatusRequest {

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

// If true, the server will not include the resource contents in the response
// (i.e., the generic_xds_configs.xds_config field will not be populated).
// [#not-implemented-hide:]
bool exclude_resource_contents = 3;
}

// Detailed config (per xDS) with status.
Expand Down

0 comments on commit de3ae4a

Please sign in to comment.