v2

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2019 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthRouter = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRouter   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type Router

type Router struct {
	// Whether the router generates dynamic cluster statistics. Defaults to
	// true. Can be disabled in high performance scenarios.
	DynamicStats *types.BoolValue `protobuf:"bytes,1,opt,name=dynamic_stats,json=dynamicStats,proto3" json:"dynamic_stats,omitempty"`
	// Whether to start a child span for egress routed calls. This can be
	// useful in scenarios where other filters (auth, ratelimit, etc.) make
	// outbound calls and have child spans rooted at the same ingress
	// parent. Defaults to false.
	StartChildSpan bool `protobuf:"varint,2,opt,name=start_child_span,json=startChildSpan,proto3" json:"start_child_span,omitempty"`
	// Configuration for HTTP upstream logs emitted by the router. Upstream logs
	// are configured in the same way as access logs, but each log entry represents
	// an upstream request. Presuming retries are configured, multiple upstream
	// requests may be made for each downstream (inbound) request.
	UpstreamLog []*v2.AccessLog `protobuf:"bytes,3,rep,name=upstream_log,json=upstreamLog,proto3" json:"upstream_log,omitempty"`
	// Do not add any additional *x-envoy-* headers to requests or responses. This
	// only affects the :ref:`router filter generated *x-envoy-* headers
	// <config_http_filters_router_headers_set>`, other Envoy filters and the HTTP
	// connection manager may continue to set *x-envoy-* headers.
	SuppressEnvoyHeaders bool     `protobuf:"varint,4,opt,name=suppress_envoy_headers,json=suppressEnvoyHeaders,proto3" json:"suppress_envoy_headers,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Router) Descriptor

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

func (*Router) GetDynamicStats

func (m *Router) GetDynamicStats() *types.BoolValue

func (*Router) GetStartChildSpan

func (m *Router) GetStartChildSpan() bool

func (*Router) GetSuppressEnvoyHeaders

func (m *Router) GetSuppressEnvoyHeaders() bool

func (*Router) GetUpstreamLog

func (m *Router) GetUpstreamLog() []*v2.AccessLog

func (*Router) Marshal

func (m *Router) Marshal() (dAtA []byte, err error)

func (*Router) MarshalTo

func (m *Router) MarshalTo(dAtA []byte) (int, error)

func (*Router) ProtoMessage

func (*Router) ProtoMessage()

func (*Router) Reset

func (m *Router) Reset()

func (*Router) Size

func (m *Router) Size() (n int)

func (*Router) String

func (m *Router) String() string

func (*Router) Unmarshal

func (m *Router) Unmarshal(dAtA []byte) error

func (*Router) Validate

func (m *Router) Validate() error

Validate checks the field values on Router with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

func (*Router) XXX_DiscardUnknown

func (m *Router) XXX_DiscardUnknown()

func (*Router) XXX_Marshal

func (m *Router) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Router) XXX_Merge

func (m *Router) XXX_Merge(src proto.Message)

func (*Router) XXX_Size

func (m *Router) XXX_Size() int

func (*Router) XXX_Unmarshal

func (m *Router) XXX_Unmarshal(b []byte) error

type RouterValidationError

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

RouterValidationError is the validation error returned by Router.Validate if the designated constraints aren't met.

func (RouterValidationError) Cause

func (e RouterValidationError) Cause() error

Cause function returns cause value.

func (RouterValidationError) Error

func (e RouterValidationError) Error() string

Error satisfies the builtin error interface

func (RouterValidationError) ErrorName added in v0.7.0

func (e RouterValidationError) ErrorName() string

ErrorName returns error name.

func (RouterValidationError) Field

func (e RouterValidationError) Field() string

Field function returns field value.

func (RouterValidationError) Key

func (e RouterValidationError) Key() bool

Key function returns key value.

func (RouterValidationError) Reason

func (e RouterValidationError) Reason() string

Reason function returns reason value.

Jump to

Keyboard shortcuts

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