Hide docs for unused HeaderAppendAction enum (#21717)

Signed-off-by: Diogo Campos <me@diogocampos.com>

Mirrored from https://github.com/envoyproxy/envoy @ 015dd754b6a9b40d6d6e9db4958181139ba2505c
pull/626/head
data-plane-api(Azure Pipelines) 3 years ago
parent 2aef669570
commit 4a0459c346
  1. 2
      envoy/config/core/v3/base.proto

@ -334,7 +334,7 @@ message HeaderValueOption {
option (udpa.annotations.versioning).previous_message_type =
"envoy.api.v2.core.HeaderValueOption";
// Describes the supported actions types for header append action.
// [#not-implemented-hide:] Describes the supported actions types for header append action.
enum HeaderAppendAction {
// This action will append the specified value to the existing values if the header
// already exists. If the header doesn't exist then this will add the header with

Loading…
Cancel
Save