Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
Signed-off-by: zirain <[email protected]>
  • Loading branch information
zirain committed Jan 7, 2025
1 parent 77b8861 commit 1ec5a8f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/xds/extensions/extensions.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1ec5a8f

Please sign in to comment.