http filters: less filter factory boilerplate (#3109)

Signed-off-by: Matt Klein <mklein@lyft.com>

Mirrored from https://github.com/envoyproxy/envoy @ 01fef5ba2d09c3b501ee89b645998a47e70cd44d
pull/620/head
data-plane-api(CircleCI) 7 years ago
parent f62e751a74
commit eee05e7e51
  1. 2
      envoy/config/filter/http/health_check/v2/health_check.proto

@ -21,7 +21,7 @@ message HealthCheck {
// Specifies the incoming HTTP endpoint that should be considered the
// health check endpoint. For example */healthcheck*.
string endpoint = 2 [(validate.rules).string.min_bytes = 1, deprecated = true];
string endpoint = 2 [deprecated = true];
// If operating in pass through mode, the amount of time in milliseconds
// that the filter should cache the upstream response.

Loading…
Cancel
Save