docs: remove spurious comment marker (#13848)

Signed-off-by: Snow Pettersen <snowp@lyft.com>

Mirrored from https://github.com/envoyproxy/envoy @ 0226d0e084d832ce24ee6303f5cb2fc01ec4970b
pull/623/head
data-plane-api(Azure Pipelines) 4 years ago
parent 0b5e53779e
commit 4b893e1440
  1. 2
      envoy/service/discovery/v3/discovery.proto
  2. 2
      envoy/service/discovery/v4alpha/discovery.proto

@ -284,7 +284,7 @@ message Resource {
// light-weight "heartbeat" updates to keep a resource with a TTL alive.
//
// The TTL feature is meant to support configurations that should be removed in the event of
// a management server // failure. For example, the feature may be used for fault injection
// a management server failure. For example, the feature may be used for fault injection
// testing where the fault injection should be terminated in the event that Envoy loses contact
// with the management server.
google.protobuf.Duration ttl = 6;

@ -288,7 +288,7 @@ message Resource {
// light-weight "heartbeat" updates to keep a resource with a TTL alive.
//
// The TTL feature is meant to support configurations that should be removed in the event of
// a management server // failure. For example, the feature may be used for fault injection
// a management server failure. For example, the feature may be used for fault injection
// testing where the fault injection should be terminated in the event that Envoy loses contact
// with the management server.
google.protobuf.Duration ttl = 6;

Loading…
Cancel
Save