From a469115ea3011f00249b2d42f12c0812444c9ba0 Mon Sep 17 00:00:00 2001 From: James Peach Date: Thu, 24 Aug 2023 18:49:28 +1000 Subject: [PATCH] Document that well-known names are no longer needed. Envoy hasn't needed well-known filter names for a long while. Document that fact so that this package stops confusing people. This fixes #756. Signed-off-by: James Peach --- pkg/wellknown/wellknown.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkg/wellknown/wellknown.go b/pkg/wellknown/wellknown.go index 73141dbaa3..61aed7dea4 100644 --- a/pkg/wellknown/wellknown.go +++ b/pkg/wellknown/wellknown.go @@ -13,6 +13,11 @@ // limitations under the License. // Package wellknown contains common names for filters, listeners, etc. +// +// Deprecated: Envoy no longer requires specific names when configuring +// filters or other properties, since it inspects the Protobuf type URL +// to decide how to the decode a message. Because of this, no new names +// are being added to this package. package wellknown // HTTP filter names