Added imports for HTTP Filters (#4850)

Added imports for HTTP Filters
This commit is contained in:
Zach Reyes 2021-10-06 19:26:43 -04:00 committed by GitHub
parent d16cfedb5f
commit 404d8fd513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@ import (
_ "google.golang.org/grpc/credentials/tls/certprovider/pemfile" // Register the file watcher certificate provider plugin.
_ "google.golang.org/grpc/xds/internal/balancer" // Register the balancers.
_ "google.golang.org/grpc/xds/internal/httpfilter/fault" // Register the fault injection filter.
_ "google.golang.org/grpc/xds/internal/httpfilter/rbac" // Register the RBAC filter.
_ "google.golang.org/grpc/xds/internal/httpfilter/router" // Register the router filter.
xdsresolver "google.golang.org/grpc/xds/internal/resolver" // Register the xds_resolver.
_ "google.golang.org/grpc/xds/internal/xdsclient/v2" // Register the v2 xDS API client.
_ "google.golang.org/grpc/xds/internal/xdsclient/v3" // Register the v3 xDS API client.