v2alpha1

package
v0.12.0 Latest Latest
Warning

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

Go to latest
Published: Jan 2, 2024 License: Apache-2.0 Imports: 18 Imported by: 10

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 added in v0.9.6

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

func (*FilterConfig) Reset

func (x *FilterConfig) Reset()

func (*FilterConfig) String

func (x *FilterConfig) String() string

func (*FilterConfig) Validate

func (m *FilterConfig) Validate() error

Validate checks the field values on FilterConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterConfig) ValidateAll added in v0.10.0

func (m *FilterConfig) ValidateAll() error

ValidateAll checks the field values on FilterConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterConfigMultiError, or nil if none found.

type FilterConfigMultiError added in v0.10.0

type FilterConfigMultiError []error

FilterConfigMultiError is an error wrapping multiple validation errors returned by FilterConfig.ValidateAll() if the designated constraints aren't met.

func (FilterConfigMultiError) AllErrors added in v0.10.0

func (m FilterConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterConfigMultiError) Error added in v0.10.0

func (m FilterConfigMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type FilterConfigPerRoute added in v0.9.1

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 added in v0.9.1

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

Deprecated: Use FilterConfigPerRoute.ProtoReflect.Descriptor instead.

func (*FilterConfigPerRoute) GetDisabled added in v0.9.1

func (x *FilterConfigPerRoute) GetDisabled() bool

func (*FilterConfigPerRoute) ProtoMessage added in v0.9.1

func (*FilterConfigPerRoute) ProtoMessage()

func (*FilterConfigPerRoute) ProtoReflect added in v0.9.6

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

func (*FilterConfigPerRoute) Reset added in v0.9.1

func (x *FilterConfigPerRoute) Reset()

func (*FilterConfigPerRoute) String added in v0.9.1

func (x *FilterConfigPerRoute) String() string

func (*FilterConfigPerRoute) Validate added in v0.9.1

func (m *FilterConfigPerRoute) Validate() error

Validate checks the field values on FilterConfigPerRoute with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FilterConfigPerRoute) ValidateAll added in v0.10.0

func (m *FilterConfigPerRoute) ValidateAll() error

ValidateAll checks the field values on FilterConfigPerRoute with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FilterConfigPerRouteMultiError, or nil if none found.

type FilterConfigPerRouteMultiError added in v0.10.0

type FilterConfigPerRouteMultiError []error

FilterConfigPerRouteMultiError is an error wrapping multiple validation errors returned by FilterConfigPerRoute.ValidateAll() if the designated constraints aren't met.

func (FilterConfigPerRouteMultiError) AllErrors added in v0.10.0

func (m FilterConfigPerRouteMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FilterConfigPerRouteMultiError) Error added in v0.10.0

Error returns a concatenation of all the error messages it wraps.

type FilterConfigPerRouteValidationError added in v0.9.1

type FilterConfigPerRouteValidationError struct {
	// contains filtered or unexported fields
}

FilterConfigPerRouteValidationError is the validation error returned by FilterConfigPerRoute.Validate if the designated constraints aren't met.

func (FilterConfigPerRouteValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (FilterConfigPerRouteValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (FilterConfigPerRouteValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (FilterConfigPerRouteValidationError) Field added in v0.9.1

Field function returns field value.

func (FilterConfigPerRouteValidationError) Key added in v0.9.1

Key function returns key value.

func (FilterConfigPerRouteValidationError) Reason added in v0.9.1

Reason function returns reason value.

type FilterConfigValidationError

type FilterConfigValidationError struct {
	// contains filtered or unexported fields
}

FilterConfigValidationError is the validation error returned by FilterConfig.Validate if the designated constraints aren't met.

func (FilterConfigValidationError) Cause

Cause function returns cause value.

func (FilterConfigValidationError) Error

Error satisfies the builtin error interface

func (FilterConfigValidationError) ErrorName added in v0.7.0

func (e FilterConfigValidationError) ErrorName() string

ErrorName returns error name.

func (FilterConfigValidationError) Field

Field function returns field value.

func (FilterConfigValidationError) Key

Key function returns key value.

func (FilterConfigValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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