From 1ec5a8fe9de7cbfb44986b72b9f2c023d6f2adc5 Mon Sep 17 00:00:00 2001 From: zirain Date: Tue, 7 Jan 2025 09:45:30 +0800 Subject: [PATCH] comment Signed-off-by: zirain --- internal/xds/extensions/extensions.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/internal/xds/extensions/extensions.go b/internal/xds/extensions/extensions.go index 38b55d4caf9..4e3b5817f2c 100644 --- a/internal/xds/extensions/extensions.go +++ b/internal/xds/extensions/extensions.go @@ -3,10 +3,11 @@ // The full text of the Apache license is available in the LICENSE file at // the root of the repo. -// Import all Envoy filter types so they are registered and deserialization does not fail -// when using them in the "typed_config" attributes. package extensions +// Import all Envoy filter types so they are registered and deserialization does not fail +// when using them in the "typed_config" attributes. +// DO NOT REMOVE THE FOLLOWING IMPORTS import _ "github.com/envoyproxy/go-control-plane/contrib/envoy/extensions/compression/qatzip/compressor/v3alpha" // nolint: lll