change the oneof naming of fault delay (#549)

Signed-off-by: Yingyu Cheng <github@winguse.com>
pull/556/head
Yingyu Cheng 7 years ago committed by Matt Klein
parent 12b9f08c5d
commit 6a7a5f0592
  1. 2
      envoy/config/filter/fault/v2/fault.proto

@ -26,7 +26,7 @@ message FaultDelay {
// on which the delay will be injected.
uint32 percent = 2 [(validate.rules).uint32.lte = 100];
oneof fault_delay_type {
oneof fault_delay_secifier {
option (validate.required) = true;
// Add a fixed delay before forwarding the operation upstream. See
// https://developers.google.com/protocol-buffers/docs/proto3#json for

Loading…
Cancel
Save