Skip to content

Commit

Permalink
Update the comment about the rejected resources
Browse files Browse the repository at this point in the history
Signed-off-by: Lidi Zheng <lidiz@google.com>
  • Loading branch information
lidizheng committed Jan 14, 2021
1 parent 7488ac3 commit a906bf3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
5 changes: 3 additions & 2 deletions api/envoy/admin/v3/config_dump.proto
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ message UpdateFailureState {
"envoy.admin.v2alpha.UpdateFailureState";

// What the component configuration would have been if the update had succeeded.
// This field may not be present on certain implementation of xDS client or
// server due to concerns of overhead.
// This field may not be populated by xDS clients due to storage overhead. As
// for xDS servers, they may only keep and dump the latest config regardless
// it is accepted or rejected.
google.protobuf.Any failed_configuration = 1;

// Time of the latest failed update attempt.
Expand Down
5 changes: 3 additions & 2 deletions api/envoy/admin/v4alpha/config_dump.proto

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

5 changes: 3 additions & 2 deletions generated_api_shadow/envoy/admin/v3/config_dump.proto

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

5 changes: 3 additions & 2 deletions generated_api_shadow/envoy/admin/v4alpha/config_dump.proto

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

0 comments on commit a906bf3

Please sign in to comment.