package v2

import "github.com/envoyproxy/go-control-plane/envoy/config/ratelimit/v2"

Index

Variables

var (
	ErrInvalidLengthRls = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowRls   = fmt.Errorf("proto: integer overflow")
)

Types

type RateLimitServiceConfig

type RateLimitServiceConfig struct {
	// Specifies the gRPC service that hosts the rate limit service. The client
	// will connect to this cluster when it needs to make rate limit service
	// requests.
	GrpcService          *core.GrpcService `protobuf:"bytes,2,opt,name=grpc_service,json=grpcService,proto3" json:"grpc_service,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

Rate limit :ref:`configuration overview <config_rate_limit_service>`.

func (*RateLimitServiceConfig) Descriptor

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

func (*RateLimitServiceConfig) GetGrpcService

func (m *RateLimitServiceConfig) GetGrpcService() *core.GrpcService

func (*RateLimitServiceConfig) Marshal

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

func (*RateLimitServiceConfig) MarshalTo

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

func (*RateLimitServiceConfig) ProtoMessage

func (*RateLimitServiceConfig) ProtoMessage()

func (*RateLimitServiceConfig) Reset

func (m *RateLimitServiceConfig) Reset()

func (*RateLimitServiceConfig) Size

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

func (*RateLimitServiceConfig) String

func (m *RateLimitServiceConfig) String() string

func (*RateLimitServiceConfig) Unmarshal

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

func (*RateLimitServiceConfig) Validate

func (m *RateLimitServiceConfig) Validate() error

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

func (*RateLimitServiceConfig) XXX_DiscardUnknown

func (m *RateLimitServiceConfig) XXX_DiscardUnknown()

func (*RateLimitServiceConfig) XXX_Marshal

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

func (*RateLimitServiceConfig) XXX_Merge

func (dst *RateLimitServiceConfig) XXX_Merge(src proto.Message)

func (*RateLimitServiceConfig) XXX_Size

func (m *RateLimitServiceConfig) XXX_Size() int

func (*RateLimitServiceConfig) XXX_Unmarshal

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

type RateLimitServiceConfigValidationError

type RateLimitServiceConfigValidationError struct {
	Field  string
	Reason string
	Cause  error
	Key    bool
}

RateLimitServiceConfigValidationError is the validation error returned by RateLimitServiceConfig.Validate if the designated constraints aren't met.

func (RateLimitServiceConfigValidationError) Error

Error satisfies the builtin error interface

Source Files

rls.pb.go rls.pb.validate.go

Version
v0.6.4
Published
Dec 21, 2018
Platform
js/wasm
Imports
16 packages
Last checked
2 hours ago

Tools for package owners.