Skip to content

Commit

Permalink
api: add TIMEOUT value to CSDS status enum
Browse files Browse the repository at this point in the history
Signed-off-by: Mark D. Roth <[email protected]>
  • Loading branch information
markdroth committed Jan 3, 2025
1 parent b0d58be commit 35c275f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion api/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 35c275f

Please sign in to comment.