Skip to content

Commit

Permalink
Add thrift route config type url to resources
Browse files Browse the repository at this point in the history
  • Loading branch information
tkovacs-2 committed Oct 21, 2022
1 parent 80b5caf commit 23c1fa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/resource/v3/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const (
SecretType = APITypePrefix + "envoy.extensions.transport_sockets.tls.v3.Secret"
ExtensionConfigType = APITypePrefix + "envoy.config.core.v3.TypedExtensionConfig"
RuntimeType = APITypePrefix + "envoy.service.runtime.v3.Runtime"
ThriftRouteType = APITypePrefix + "envoy.extensions.filters.network.thrift_proxy.v3.RouteConfiguration"

// AnyType is used only by ADS
AnyType = ""
Expand Down

0 comments on commit 23c1fa1

Please sign in to comment.