Skip to content

Commit

Permalink
xDS: add enum specified in xRFC TP3 in the right place (#37858)
Browse files Browse the repository at this point in the history
Commit Message: xDS: add enum specified in xRFC TP3 in the right place
Additional Description: In #37818, I incorrectly added this new value to
the deprecated location for this enum, not the real location. :(
Risk Level: Low
Testing: N/A
Docs Changes: Included in PR
Release Notes: N/A
Platform Specific Features: N/A

CC @adisuissa

Signed-off-by: Mark D. Roth <[email protected]>
  • Loading branch information
markdroth authored Jan 3, 2025
1 parent deda014 commit f7a8635
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/envoy/admin/v3/config_dump_shared.proto
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ enum ClientResourceStatus {

// Client received this resource and replied with NACK.
NACKED = 4;

// 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;
}

message UpdateFailureState {
Expand Down

0 comments on commit f7a8635

Please sign in to comment.