import "github.com/envoyproxy/go-control-plane/envoy/config/filter/http/buffer/v2"
buffer.pb.go buffer.pb.validate.go
var File_envoy_config_filter_http_buffer_v2_buffer_proto protoreflect.FileDescriptor
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 }
Deprecated: Use Buffer.ProtoReflect.Descriptor instead.
func (x *Buffer) GetMaxRequestBytes() *wrappers.UInt32Value
func (x *Buffer) ProtoReflect() protoreflect.Message
Validate checks the field values on Buffer with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
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) Descriptor() ([]byte, []int)
Deprecated: Use BufferPerRoute.ProtoReflect.Descriptor instead.
func (x *BufferPerRoute) GetBuffer() *Buffer
func (x *BufferPerRoute) GetDisabled() bool
func (m *BufferPerRoute) GetOverride() isBufferPerRoute_Override
func (*BufferPerRoute) ProtoMessage()
func (x *BufferPerRoute) ProtoReflect() protoreflect.Message
func (x *BufferPerRoute) Reset()
func (x *BufferPerRoute) String() string
func (m *BufferPerRoute) Validate() error
Validate checks the field values on BufferPerRoute with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type BufferPerRouteValidationError struct {
// contains filtered or unexported fields
}
BufferPerRouteValidationError is the validation error returned by BufferPerRoute.Validate if the designated constraints aren't met.
func (e BufferPerRouteValidationError) Cause() error
Cause function returns cause value.
func (e BufferPerRouteValidationError) Error() string
Error satisfies the builtin error interface
func (e BufferPerRouteValidationError) ErrorName() string
ErrorName returns error name.
func (e BufferPerRouteValidationError) Field() string
Field function returns field value.
func (e BufferPerRouteValidationError) Key() bool
Key function returns key value.
func (e BufferPerRouteValidationError) Reason() string
Reason function returns reason value.
type BufferPerRoute_Buffer struct { // Override the global configuration of the filter with this new config. Buffer *Buffer `protobuf:"bytes,2,opt,name=buffer,proto3,oneof"` }
type BufferPerRoute_Disabled struct { // Disable the buffer filter for this particular vhost or route. Disabled bool `protobuf:"varint,1,opt,name=disabled,proto3,oneof"` }
type BufferValidationError struct {
// contains filtered or unexported fields
}
BufferValidationError is the validation error returned by Buffer.Validate if the designated constraints aren't met.
func (e BufferValidationError) Cause() error
Cause function returns cause value.
func (e BufferValidationError) Error() string
Error satisfies the builtin error interface
func (e BufferValidationError) ErrorName() string
ErrorName returns error name.
func (e BufferValidationError) Field() string
Field function returns field value.
func (e BufferValidationError) Key() bool
Key function returns key value.
func (e BufferValidationError) Reason() string
Reason function returns reason value.
Package envoy_config_filter_http_buffer_v2 imports 19 packages (graph) and is imported by 6 packages. Updated 2021-01-08. Refresh now. Tools for package owners.