ratelimitv3

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: 19 Imported by: 46

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_config_ratelimit_v3_rls_proto protoreflect.FileDescriptor

Functions

This section is empty.

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 *v3.GrpcService `protobuf:"bytes,2,opt,name=grpc_service,json=grpcService,proto3" json:"grpc_service,omitempty"`
	// API version for rate limit transport protocol. This describes the rate limit gRPC endpoint and
	// version of messages used on the wire.
	TransportApiVersion v3.ApiVersion `` /* 158-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (*RateLimitServiceConfig) Descriptor deprecated

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

Deprecated: Use RateLimitServiceConfig.ProtoReflect.Descriptor instead.

func (*RateLimitServiceConfig) GetGrpcService

func (x *RateLimitServiceConfig) GetGrpcService() *v3.GrpcService

func (*RateLimitServiceConfig) GetTransportApiVersion added in v0.9.6

func (x *RateLimitServiceConfig) GetTransportApiVersion() v3.ApiVersion

func (*RateLimitServiceConfig) ProtoMessage

func (*RateLimitServiceConfig) ProtoMessage()

func (*RateLimitServiceConfig) ProtoReflect added in v0.9.6

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

func (*RateLimitServiceConfig) Reset

func (x *RateLimitServiceConfig) Reset()

func (*RateLimitServiceConfig) String

func (x *RateLimitServiceConfig) String() string

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, the first error encountered is returned, or nil if there are no violations.

func (*RateLimitServiceConfig) ValidateAll added in v0.10.0

func (m *RateLimitServiceConfig) ValidateAll() error

ValidateAll checks the field values on RateLimitServiceConfig 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 RateLimitServiceConfigMultiError, or nil if none found.

type RateLimitServiceConfigMultiError added in v0.10.0

type RateLimitServiceConfigMultiError []error

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

func (RateLimitServiceConfigMultiError) AllErrors added in v0.10.0

func (m RateLimitServiceConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RateLimitServiceConfigMultiError) Error added in v0.10.0

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

type RateLimitServiceConfigValidationError

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

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

func (RateLimitServiceConfigValidationError) Cause

Cause function returns cause value.

func (RateLimitServiceConfigValidationError) Error

Error satisfies the builtin error interface

func (RateLimitServiceConfigValidationError) ErrorName

ErrorName returns error name.

func (RateLimitServiceConfigValidationError) Field

Field function returns field value.

func (RateLimitServiceConfigValidationError) Key

Key function returns key value.

func (RateLimitServiceConfigValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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