From 4a0459c34627d573df672273755f4c1b6e2fa07d Mon Sep 17 00:00:00 2001 From: "data-plane-api(Azure Pipelines)" Date: Wed, 15 Jun 2022 20:04:03 +0000 Subject: [PATCH] Hide docs for unused HeaderAppendAction enum (#21717) Signed-off-by: Diogo Campos Mirrored from https://github.com/envoyproxy/envoy @ 015dd754b6a9b40d6d6e9db4958181139ba2505c --- envoy/config/core/v3/base.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envoy/config/core/v3/base.proto b/envoy/config/core/v3/base.proto index 166fa36f..adbec808 100644 --- a/envoy/config/core/v3/base.proto +++ b/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