@ -48,6 +48,7 @@ message UpdateFailureState {
option ( udpa.annotations.versioning ) . previous_message_type = "envoy.admin.v3.UpdateFailureState" ;
/ / What the component configuration would have been if the update had succeeded.
/ / This field may not be populated by xDS clients due to storage overhead.
google.protobuf.Any failed_configuration = 1 ;
/ / Time of the latest failed update attempt.
@ -55,6 +56,10 @@ message UpdateFailureState {
/ / Details about the last failed update attempt.
string details = 3 ;
/ / This is the version of the rejected resource.
/ / [ # not - implemented - hide : ]
string version_info = 4 ;
}
/ / This message describes the bootstrap configuration that Envoy was started with. This includes
@ -131,6 +136,9 @@ message ListenersConfigDump {
DynamicListenerState draining_state = 4 ;
/ / Set if the last update failed , cleared after the next successful update.
/ / The * error_state * field contains the rejected version of this particular
/ / resource along with the reason and timestamp. For successfully updated or
/ / acknowledged resource , this field should be empty.
UpdateFailureState error_state = 5 ;
}
@ -180,6 +188,13 @@ message ClustersConfigDump {
/ / The timestamp when the Cluster was last updated.
google.protobuf.Timestamp last_updated = 3 ;
/ / Set if the last update failed , cleared after the next successful update.
/ / The * error_state * field contains the rejected version of this particular
/ / resource along with the reason and timestamp. For successfully updated or
/ / acknowledged resource , this field should be empty.
/ / [ # not - implemented - hide : ]
UpdateFailureState error_state = 4 ;
}
/ / This is the : ref : ` version_info < envoy_api_field_service.discovery.v4alpha.DiscoveryResponse.version_info > ` in the
@ -234,6 +249,13 @@ message RoutesConfigDump {
/ / The timestamp when the Route was last updated.
google.protobuf.Timestamp last_updated = 3 ;
/ / Set if the last update failed , cleared after the next successful update.
/ / The * error_state * field contains the rejected version of this particular
/ / resource along with the reason and timestamp. For successfully updated or
/ / acknowledged resource , this field should be empty.
/ / [ # not - implemented - hide : ]
UpdateFailureState error_state = 4 ;
}
/ / The statically loaded route configs.
@ -265,6 +287,7 @@ message ScopedRoutesConfigDump {
google.protobuf.Timestamp last_updated = 3 ;
}
/ / [ # next - free - field : 6 ]
message DynamicScopedRouteConfigs {
option ( udpa.annotations.versioning ) . previous_message_type =
"envoy.admin.v3.ScopedRoutesConfigDump.DynamicScopedRouteConfigs" ;
@ -282,6 +305,13 @@ message ScopedRoutesConfigDump {
/ / The timestamp when the scoped route config set was last updated.
google.protobuf.Timestamp last_updated = 4 ;
/ / Set if the last update failed , cleared after the next successful update.
/ / The * error_state * field contains the rejected version of this particular
/ / resource along with the reason and timestamp. For successfully updated or
/ / acknowledged resource , this field should be empty.
/ / [ # not - implemented - hide : ]
UpdateFailureState error_state = 5 ;
}
/ / The statically loaded scoped route configs.
@ -296,6 +326,7 @@ message SecretsConfigDump {
option ( udpa.annotations.versioning ) . previous_message_type = "envoy.admin.v3.SecretsConfigDump" ;
/ / DynamicSecret contains secret information fetched via SDS.
/ / [ # next - free - field : 6 ]
message DynamicSecret {
option ( udpa.annotations.versioning ) . previous_message_type =
"envoy.admin.v3.SecretsConfigDump.DynamicSecret" ;
@ -313,6 +344,13 @@ message SecretsConfigDump {
/ / Security sensitive information is redacted ( replaced with "[redacted]" ) for
/ / private keys and passwords in TLS certificates.
google.protobuf.Any secret = 4 ;
/ / Set if the last update failed , cleared after the next successful update.
/ / The * error_state * field contains the rejected version of this particular
/ / resource along with the reason and timestamp. For successfully updated or
/ / acknowledged resource , this field should be empty.
/ / [ # not - implemented - hide : ]
UpdateFailureState error_state = 5 ;
}
/ / StaticSecret specifies statically loaded secret in bootstrap.
@ -375,6 +413,13 @@ message EndpointsConfigDump {
/ / [ # not - implemented - hide : ] The timestamp when the Endpoint was last updated.
google.protobuf.Timestamp last_updated = 3 ;
/ / Set if the last update failed , cleared after the next successful update.
/ / The * error_state * field contains the rejected version of this particular
/ / resource along with the reason and timestamp. For successfully updated or
/ / acknowledged resource , this field should be empty.
/ / [ # not - implemented - hide : ]
UpdateFailureState error_state = 4 ;
}
/ / The statically loaded endpoint configs.