v3

package
v1.16.10 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_github_com_solo_io_gloo_projects_gloo_api_external_envoy_extensions_filters_http_buffer_v3_buffer_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Buffer

type Buffer struct {

	// The maximum request size that the filter will buffer before the connection
	// manager will stop buffering and return a 413 response.
	MaxRequestBytes *wrappers.UInt32Value `protobuf:"bytes,1,opt,name=max_request_bytes,json=maxRequestBytes,proto3" json:"max_request_bytes,omitempty"`
	// contains filtered or unexported fields
}

func (*Buffer) Clone added in v1.8.24

func (m *Buffer) Clone() proto.Message

Clone function

func (*Buffer) Descriptor deprecated

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

Deprecated: Use Buffer.ProtoReflect.Descriptor instead.

func (*Buffer) Equal

func (m *Buffer) Equal(that interface{}) bool

Equal function

func (*Buffer) GetMaxRequestBytes

func (x *Buffer) GetMaxRequestBytes() *wrappers.UInt32Value

func (*Buffer) Hash

func (m *Buffer) Hash(hasher hash.Hash64) (uint64, error)

Hash function

func (*Buffer) ProtoMessage

func (*Buffer) ProtoMessage()

func (*Buffer) ProtoReflect added in v1.6.0

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

func (*Buffer) Reset

func (x *Buffer) Reset()

func (*Buffer) String

func (x *Buffer) String() string

type BufferPerRoute

type BufferPerRoute struct {

	// Types that are assignable to Override:
	//
	//	*BufferPerRoute_Disabled
	//	*BufferPerRoute_Buffer
	Override isBufferPerRoute_Override `protobuf_oneof:"override"`
	// contains filtered or unexported fields
}

func (*BufferPerRoute) Clone added in v1.8.24

func (m *BufferPerRoute) Clone() proto.Message

Clone function

func (*BufferPerRoute) Descriptor deprecated

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

Deprecated: Use BufferPerRoute.ProtoReflect.Descriptor instead.

func (*BufferPerRoute) Equal

func (m *BufferPerRoute) Equal(that interface{}) bool

Equal function

func (*BufferPerRoute) GetBuffer

func (x *BufferPerRoute) GetBuffer() *Buffer

func (*BufferPerRoute) GetDisabled

func (x *BufferPerRoute) GetDisabled() bool

func (*BufferPerRoute) GetOverride

func (m *BufferPerRoute) GetOverride() isBufferPerRoute_Override

func (*BufferPerRoute) Hash

func (m *BufferPerRoute) Hash(hasher hash.Hash64) (uint64, error)

Hash function

func (*BufferPerRoute) ProtoMessage

func (*BufferPerRoute) ProtoMessage()

func (*BufferPerRoute) ProtoReflect added in v1.6.0

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

func (*BufferPerRoute) Reset

func (x *BufferPerRoute) Reset()

func (*BufferPerRoute) String

func (x *BufferPerRoute) String() string

type BufferPerRoute_Buffer

type BufferPerRoute_Buffer struct {
	// Override the global configuration of the buffer filter with this new config.
	// Note: If you have not set a global config (at the gateway level), this
	// override will not do anything by itself.
	Buffer *Buffer `protobuf:"bytes,2,opt,name=buffer,proto3,oneof"`
}

type BufferPerRoute_Disabled

type BufferPerRoute_Disabled struct {
	// Disable the buffer filter for this particular vhost or route.
	Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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