grpc_http1_reverse_bridgev2alpha1

package
v1.34.0-20240426201503... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_config_filter_http_grpc_http1_reverse_bridge_v2alpha1_config_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type FilterConfig

type FilterConfig struct {

	// The content-type to pass to the upstream when the gRPC bridge filter is applied.
	// The filter will also validate that the upstream responds with the same content type.
	ContentType string `protobuf:"bytes,1,opt,name=content_type,json=contentType,proto3" json:"content_type,omitempty"`
	// If true, Envoy will assume that the upstream doesn't understand gRPC frames and
	// strip the gRPC frame from the request, and add it back in to the response. This will
	// hide the gRPC semantics from the upstream, allowing it to receive and respond with a
	// simple binary encoded protobuf.
	WithholdGrpcFrames bool `protobuf:"varint,2,opt,name=withhold_grpc_frames,json=withholdGrpcFrames,proto3" json:"withhold_grpc_frames,omitempty"`
	// contains filtered or unexported fields
}

gRPC reverse bridge filter configuration

func (*FilterConfig) Descriptor deprecated

func (*FilterConfig) Descriptor() ([]byte, []int)

Deprecated: Use FilterConfig.ProtoReflect.Descriptor instead.

func (*FilterConfig) GetContentType

func (x *FilterConfig) GetContentType() string

func (*FilterConfig) GetWithholdGrpcFrames

func (x *FilterConfig) GetWithholdGrpcFrames() bool

func (*FilterConfig) ProtoMessage

func (*FilterConfig) ProtoMessage()

func (*FilterConfig) ProtoReflect

func (x *FilterConfig) ProtoReflect() protoreflect.Message

func (*FilterConfig) Reset

func (x *FilterConfig) Reset()

func (*FilterConfig) String

func (x *FilterConfig) String() string

type FilterConfigPerRoute

type FilterConfigPerRoute struct {

	// If true, disables gRPC reverse bridge filter for this particular vhost or route.
	// If disabled is specified in multiple per-filter-configs, the most specific one will be used.
	Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3" json:"disabled,omitempty"`
	// contains filtered or unexported fields
}

gRPC reverse bridge filter configuration per virtualhost/route/weighted-cluster level.

func (*FilterConfigPerRoute) Descriptor deprecated

func (*FilterConfigPerRoute) Descriptor() ([]byte, []int)

Deprecated: Use FilterConfigPerRoute.ProtoReflect.Descriptor instead.

func (*FilterConfigPerRoute) GetDisabled

func (x *FilterConfigPerRoute) GetDisabled() bool

func (*FilterConfigPerRoute) ProtoMessage

func (*FilterConfigPerRoute) ProtoMessage()

func (*FilterConfigPerRoute) ProtoReflect

func (x *FilterConfigPerRoute) ProtoReflect() protoreflect.Message

func (*FilterConfigPerRoute) Reset

func (x *FilterConfigPerRoute) Reset()

func (*FilterConfigPerRoute) String

func (x *FilterConfigPerRoute) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL