Skip to content

Commit

Permalink
api: add TIMEOUT value to CSDS status enum (#37871)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark D. Roth <[email protected]>

Mirrored from https://github.com/envoyproxy/envoy @ 2aaa544747e88cf80c17ef66b94b7c05ed198fa1
  • Loading branch information
update-envoy[bot] committed Jan 6, 2025
1 parent 38eb981 commit 88a3737
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion envoy/admin/v3/config_dump_shared.proto
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ enum ClientResourceStatus {
// Client received an error from the control plane. The attached config
// dump is the most recent accepted one. If no config is accepted yet,
// the attached config dump will be empty.
CLIENT_RECEIVED_ERROR = 5;
RECEIVED_ERROR = 5;

// Client timed out waiting for the resource from the control plane.
TIMEOUT = 6;
}

message UpdateFailureState {
Expand Down

0 comments on commit 88a3737

Please sign in to comment.