envoy_config_filter_network_redis_proxy_v2

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2019 License: Apache-2.0 Imports: 17 Imported by: 14

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RedisProxy_ConnPoolSettings_ReadPolicy_name = map[int32]string{
	0: "MASTER",
	1: "PREFER_MASTER",
	2: "REPLICA",
	3: "PREFER_REPLICA",
	4: "ANY",
}
View Source
var RedisProxy_ConnPoolSettings_ReadPolicy_value = map[string]int32{
	"MASTER":         0,
	"PREFER_MASTER":  1,
	"REPLICA":        2,
	"PREFER_REPLICA": 3,
	"ANY":            4,
}

Functions

This section is empty.

Types

type RedisProtocolOptions added in v0.8.1

type RedisProtocolOptions struct {
	AuthPassword         *core.DataSource `protobuf:"bytes,1,opt,name=auth_password,json=authPassword,proto3" json:"auth_password,omitempty"`
	XXX_NoUnkeyedLiteral struct{}         `json:"-"`
	XXX_unrecognized     []byte           `json:"-"`
	XXX_sizecache        int32            `json:"-"`
}

func (*RedisProtocolOptions) Descriptor added in v0.8.1

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

func (*RedisProtocolOptions) GetAuthPassword added in v0.8.1

func (m *RedisProtocolOptions) GetAuthPassword() *core.DataSource

func (*RedisProtocolOptions) ProtoMessage added in v0.8.1

func (*RedisProtocolOptions) ProtoMessage()

func (*RedisProtocolOptions) Reset added in v0.8.1

func (m *RedisProtocolOptions) Reset()

func (*RedisProtocolOptions) String added in v0.8.1

func (m *RedisProtocolOptions) String() string

func (*RedisProtocolOptions) Validate added in v0.8.1

func (m *RedisProtocolOptions) Validate() error

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

func (*RedisProtocolOptions) XXX_DiscardUnknown added in v0.8.1

func (m *RedisProtocolOptions) XXX_DiscardUnknown()

func (*RedisProtocolOptions) XXX_Marshal added in v0.8.1

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

func (*RedisProtocolOptions) XXX_Merge added in v0.8.1

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

func (*RedisProtocolOptions) XXX_Size added in v0.8.1

func (m *RedisProtocolOptions) XXX_Size() int

func (*RedisProtocolOptions) XXX_Unmarshal added in v0.8.1

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

type RedisProtocolOptionsValidationError added in v0.8.1

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

RedisProtocolOptionsValidationError is the validation error returned by RedisProtocolOptions.Validate if the designated constraints aren't met.

func (RedisProtocolOptionsValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (RedisProtocolOptionsValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (RedisProtocolOptionsValidationError) ErrorName added in v0.8.1

ErrorName returns error name.

func (RedisProtocolOptionsValidationError) Field added in v0.8.1

Field function returns field value.

func (RedisProtocolOptionsValidationError) Key added in v0.8.1

Key function returns key value.

func (RedisProtocolOptionsValidationError) Reason added in v0.8.1

Reason function returns reason value.

type RedisProxy

type RedisProxy struct {
	StatPrefix             string                       `protobuf:"bytes,1,opt,name=stat_prefix,json=statPrefix,proto3" json:"stat_prefix,omitempty"`
	Cluster                string                       `protobuf:"bytes,2,opt,name=cluster,proto3" json:"cluster,omitempty"` // Deprecated: Do not use.
	Settings               *RedisProxy_ConnPoolSettings `protobuf:"bytes,3,opt,name=settings,proto3" json:"settings,omitempty"`
	LatencyInMicros        bool                         `protobuf:"varint,4,opt,name=latency_in_micros,json=latencyInMicros,proto3" json:"latency_in_micros,omitempty"`
	PrefixRoutes           *RedisProxy_PrefixRoutes     `protobuf:"bytes,5,opt,name=prefix_routes,json=prefixRoutes,proto3" json:"prefix_routes,omitempty"`
	DownstreamAuthPassword *core.DataSource             `` /* 129-byte string literal not displayed */
	XXX_NoUnkeyedLiteral   struct{}                     `json:"-"`
	XXX_unrecognized       []byte                       `json:"-"`
	XXX_sizecache          int32                        `json:"-"`
}

func (*RedisProxy) Descriptor

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

func (*RedisProxy) GetCluster deprecated

func (m *RedisProxy) GetCluster() string

Deprecated: Do not use.

func (*RedisProxy) GetDownstreamAuthPassword added in v0.8.1

func (m *RedisProxy) GetDownstreamAuthPassword() *core.DataSource

func (*RedisProxy) GetLatencyInMicros added in v0.7.0

func (m *RedisProxy) GetLatencyInMicros() bool

func (*RedisProxy) GetPrefixRoutes added in v0.7.1

func (m *RedisProxy) GetPrefixRoutes() *RedisProxy_PrefixRoutes

func (*RedisProxy) GetSettings

func (m *RedisProxy) GetSettings() *RedisProxy_ConnPoolSettings

func (*RedisProxy) GetStatPrefix

func (m *RedisProxy) GetStatPrefix() string

func (*RedisProxy) ProtoMessage

func (*RedisProxy) ProtoMessage()

func (*RedisProxy) Reset

func (m *RedisProxy) Reset()

func (*RedisProxy) String

func (m *RedisProxy) String() string

func (*RedisProxy) Validate

func (m *RedisProxy) Validate() error

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

func (*RedisProxy) XXX_DiscardUnknown

func (m *RedisProxy) XXX_DiscardUnknown()

func (*RedisProxy) XXX_Marshal

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

func (*RedisProxy) XXX_Merge

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

func (*RedisProxy) XXX_Size

func (m *RedisProxy) XXX_Size() int

func (*RedisProxy) XXX_Unmarshal

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

type RedisProxyValidationError

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

RedisProxyValidationError is the validation error returned by RedisProxy.Validate if the designated constraints aren't met.

func (RedisProxyValidationError) Cause

func (e RedisProxyValidationError) Cause() error

Cause function returns cause value.

func (RedisProxyValidationError) Error

Error satisfies the builtin error interface

func (RedisProxyValidationError) ErrorName added in v0.7.0

func (e RedisProxyValidationError) ErrorName() string

ErrorName returns error name.

func (RedisProxyValidationError) Field

Field function returns field value.

func (RedisProxyValidationError) Key

Key function returns key value.

func (RedisProxyValidationError) Reason

func (e RedisProxyValidationError) Reason() string

Reason function returns reason value.

type RedisProxy_ConnPoolSettings

type RedisProxy_ConnPoolSettings struct {
	OpTimeout                     *duration.Duration                     `protobuf:"bytes,1,opt,name=op_timeout,json=opTimeout,proto3" json:"op_timeout,omitempty"`
	EnableHashtagging             bool                                   `protobuf:"varint,2,opt,name=enable_hashtagging,json=enableHashtagging,proto3" json:"enable_hashtagging,omitempty"`
	EnableRedirection             bool                                   `protobuf:"varint,3,opt,name=enable_redirection,json=enableRedirection,proto3" json:"enable_redirection,omitempty"`
	MaxBufferSizeBeforeFlush      uint32                                 `` /* 140-byte string literal not displayed */
	BufferFlushTimeout            *duration.Duration                     `protobuf:"bytes,5,opt,name=buffer_flush_timeout,json=bufferFlushTimeout,proto3" json:"buffer_flush_timeout,omitempty"`
	MaxUpstreamUnknownConnections *wrappers.UInt32Value                  `` /* 152-byte string literal not displayed */
	EnableCommandStats            bool                                   `protobuf:"varint,8,opt,name=enable_command_stats,json=enableCommandStats,proto3" json:"enable_command_stats,omitempty"`
	ReadPolicy                    RedisProxy_ConnPoolSettings_ReadPolicy `` /* 179-byte string literal not displayed */
	XXX_NoUnkeyedLiteral          struct{}                               `json:"-"`
	XXX_unrecognized              []byte                                 `json:"-"`
	XXX_sizecache                 int32                                  `json:"-"`
}

func (*RedisProxy_ConnPoolSettings) Descriptor

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

func (*RedisProxy_ConnPoolSettings) GetBufferFlushTimeout added in v0.7.1

func (m *RedisProxy_ConnPoolSettings) GetBufferFlushTimeout() *duration.Duration

func (*RedisProxy_ConnPoolSettings) GetEnableCommandStats added in v0.9.1

func (m *RedisProxy_ConnPoolSettings) GetEnableCommandStats() bool

func (*RedisProxy_ConnPoolSettings) GetEnableHashtagging added in v0.6.8

func (m *RedisProxy_ConnPoolSettings) GetEnableHashtagging() bool

func (*RedisProxy_ConnPoolSettings) GetEnableRedirection added in v0.7.1

func (m *RedisProxy_ConnPoolSettings) GetEnableRedirection() bool

func (*RedisProxy_ConnPoolSettings) GetMaxBufferSizeBeforeFlush added in v0.7.1

func (m *RedisProxy_ConnPoolSettings) GetMaxBufferSizeBeforeFlush() uint32

func (*RedisProxy_ConnPoolSettings) GetMaxUpstreamUnknownConnections added in v0.8.3

func (m *RedisProxy_ConnPoolSettings) GetMaxUpstreamUnknownConnections() *wrappers.UInt32Value

func (*RedisProxy_ConnPoolSettings) GetOpTimeout

func (m *RedisProxy_ConnPoolSettings) GetOpTimeout() *duration.Duration

func (*RedisProxy_ConnPoolSettings) GetReadPolicy added in v0.9.0

func (*RedisProxy_ConnPoolSettings) ProtoMessage

func (*RedisProxy_ConnPoolSettings) ProtoMessage()

func (*RedisProxy_ConnPoolSettings) Reset

func (m *RedisProxy_ConnPoolSettings) Reset()

func (*RedisProxy_ConnPoolSettings) String

func (m *RedisProxy_ConnPoolSettings) String() string

func (*RedisProxy_ConnPoolSettings) Validate

func (m *RedisProxy_ConnPoolSettings) Validate() error

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

func (*RedisProxy_ConnPoolSettings) XXX_DiscardUnknown

func (m *RedisProxy_ConnPoolSettings) XXX_DiscardUnknown()

func (*RedisProxy_ConnPoolSettings) XXX_Marshal

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

func (*RedisProxy_ConnPoolSettings) XXX_Merge

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

func (*RedisProxy_ConnPoolSettings) XXX_Size

func (m *RedisProxy_ConnPoolSettings) XXX_Size() int

func (*RedisProxy_ConnPoolSettings) XXX_Unmarshal

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

type RedisProxy_ConnPoolSettingsValidationError

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

RedisProxy_ConnPoolSettingsValidationError is the validation error returned by RedisProxy_ConnPoolSettings.Validate if the designated constraints aren't met.

func (RedisProxy_ConnPoolSettingsValidationError) Cause

Cause function returns cause value.

func (RedisProxy_ConnPoolSettingsValidationError) Error

Error satisfies the builtin error interface

func (RedisProxy_ConnPoolSettingsValidationError) ErrorName added in v0.7.0

ErrorName returns error name.

func (RedisProxy_ConnPoolSettingsValidationError) Field

Field function returns field value.

func (RedisProxy_ConnPoolSettingsValidationError) Key

Key function returns key value.

func (RedisProxy_ConnPoolSettingsValidationError) Reason

Reason function returns reason value.

type RedisProxy_ConnPoolSettings_ReadPolicy added in v0.9.0

type RedisProxy_ConnPoolSettings_ReadPolicy int32
const (
	RedisProxy_ConnPoolSettings_MASTER         RedisProxy_ConnPoolSettings_ReadPolicy = 0
	RedisProxy_ConnPoolSettings_PREFER_MASTER  RedisProxy_ConnPoolSettings_ReadPolicy = 1
	RedisProxy_ConnPoolSettings_REPLICA        RedisProxy_ConnPoolSettings_ReadPolicy = 2
	RedisProxy_ConnPoolSettings_PREFER_REPLICA RedisProxy_ConnPoolSettings_ReadPolicy = 3
	RedisProxy_ConnPoolSettings_ANY            RedisProxy_ConnPoolSettings_ReadPolicy = 4
)

func (RedisProxy_ConnPoolSettings_ReadPolicy) EnumDescriptor added in v0.9.0

func (RedisProxy_ConnPoolSettings_ReadPolicy) EnumDescriptor() ([]byte, []int)

func (RedisProxy_ConnPoolSettings_ReadPolicy) String added in v0.9.0

type RedisProxy_PrefixRoutes added in v0.7.1

type RedisProxy_PrefixRoutes struct {
	Routes               []*RedisProxy_PrefixRoutes_Route `protobuf:"bytes,1,rep,name=routes,proto3" json:"routes,omitempty"`
	CaseInsensitive      bool                             `protobuf:"varint,2,opt,name=case_insensitive,json=caseInsensitive,proto3" json:"case_insensitive,omitempty"`
	CatchAllCluster      string                           `protobuf:"bytes,3,opt,name=catch_all_cluster,json=catchAllCluster,proto3" json:"catch_all_cluster,omitempty"` // Deprecated: Do not use.
	CatchAllRoute        *RedisProxy_PrefixRoutes_Route   `protobuf:"bytes,4,opt,name=catch_all_route,json=catchAllRoute,proto3" json:"catch_all_route,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                         `json:"-"`
	XXX_unrecognized     []byte                           `json:"-"`
	XXX_sizecache        int32                            `json:"-"`
}

func (*RedisProxy_PrefixRoutes) Descriptor added in v0.7.1

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

func (*RedisProxy_PrefixRoutes) GetCaseInsensitive added in v0.7.1

func (m *RedisProxy_PrefixRoutes) GetCaseInsensitive() bool

func (*RedisProxy_PrefixRoutes) GetCatchAllCluster deprecated added in v0.7.1

func (m *RedisProxy_PrefixRoutes) GetCatchAllCluster() string

Deprecated: Do not use.

func (*RedisProxy_PrefixRoutes) GetCatchAllRoute added in v0.8.1

func (*RedisProxy_PrefixRoutes) GetRoutes added in v0.7.1

func (*RedisProxy_PrefixRoutes) ProtoMessage added in v0.7.1

func (*RedisProxy_PrefixRoutes) ProtoMessage()

func (*RedisProxy_PrefixRoutes) Reset added in v0.7.1

func (m *RedisProxy_PrefixRoutes) Reset()

func (*RedisProxy_PrefixRoutes) String added in v0.7.1

func (m *RedisProxy_PrefixRoutes) String() string

func (*RedisProxy_PrefixRoutes) Validate added in v0.7.1

func (m *RedisProxy_PrefixRoutes) Validate() error

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

func (*RedisProxy_PrefixRoutes) XXX_DiscardUnknown added in v0.7.1

func (m *RedisProxy_PrefixRoutes) XXX_DiscardUnknown()

func (*RedisProxy_PrefixRoutes) XXX_Marshal added in v0.7.1

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

func (*RedisProxy_PrefixRoutes) XXX_Merge added in v0.7.1

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

func (*RedisProxy_PrefixRoutes) XXX_Size added in v0.7.1

func (m *RedisProxy_PrefixRoutes) XXX_Size() int

func (*RedisProxy_PrefixRoutes) XXX_Unmarshal added in v0.7.1

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

type RedisProxy_PrefixRoutesValidationError added in v0.7.1

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

RedisProxy_PrefixRoutesValidationError is the validation error returned by RedisProxy_PrefixRoutes.Validate if the designated constraints aren't met.

func (RedisProxy_PrefixRoutesValidationError) Cause added in v0.7.1

Cause function returns cause value.

func (RedisProxy_PrefixRoutesValidationError) Error added in v0.7.1

Error satisfies the builtin error interface

func (RedisProxy_PrefixRoutesValidationError) ErrorName added in v0.7.1

ErrorName returns error name.

func (RedisProxy_PrefixRoutesValidationError) Field added in v0.7.1

Field function returns field value.

func (RedisProxy_PrefixRoutesValidationError) Key added in v0.7.1

Key function returns key value.

func (RedisProxy_PrefixRoutesValidationError) Reason added in v0.7.1

Reason function returns reason value.

type RedisProxy_PrefixRoutes_Route added in v0.7.1

type RedisProxy_PrefixRoutes_Route struct {
	Prefix               string                                               `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	RemovePrefix         bool                                                 `protobuf:"varint,2,opt,name=remove_prefix,json=removePrefix,proto3" json:"remove_prefix,omitempty"`
	Cluster              string                                               `protobuf:"bytes,3,opt,name=cluster,proto3" json:"cluster,omitempty"`
	RequestMirrorPolicy  []*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy `protobuf:"bytes,4,rep,name=request_mirror_policy,json=requestMirrorPolicy,proto3" json:"request_mirror_policy,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                                             `json:"-"`
	XXX_unrecognized     []byte                                               `json:"-"`
	XXX_sizecache        int32                                                `json:"-"`
}

func (*RedisProxy_PrefixRoutes_Route) Descriptor added in v0.7.1

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

func (*RedisProxy_PrefixRoutes_Route) GetCluster added in v0.7.1

func (m *RedisProxy_PrefixRoutes_Route) GetCluster() string

func (*RedisProxy_PrefixRoutes_Route) GetPrefix added in v0.7.1

func (m *RedisProxy_PrefixRoutes_Route) GetPrefix() string

func (*RedisProxy_PrefixRoutes_Route) GetRemovePrefix added in v0.7.1

func (m *RedisProxy_PrefixRoutes_Route) GetRemovePrefix() bool

func (*RedisProxy_PrefixRoutes_Route) GetRequestMirrorPolicy added in v0.8.1

func (*RedisProxy_PrefixRoutes_Route) ProtoMessage added in v0.7.1

func (*RedisProxy_PrefixRoutes_Route) ProtoMessage()

func (*RedisProxy_PrefixRoutes_Route) Reset added in v0.7.1

func (m *RedisProxy_PrefixRoutes_Route) Reset()

func (*RedisProxy_PrefixRoutes_Route) String added in v0.7.1

func (*RedisProxy_PrefixRoutes_Route) Validate added in v0.7.1

func (m *RedisProxy_PrefixRoutes_Route) Validate() error

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

func (*RedisProxy_PrefixRoutes_Route) XXX_DiscardUnknown added in v0.7.1

func (m *RedisProxy_PrefixRoutes_Route) XXX_DiscardUnknown()

func (*RedisProxy_PrefixRoutes_Route) XXX_Marshal added in v0.7.1

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

func (*RedisProxy_PrefixRoutes_Route) XXX_Merge added in v0.7.1

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

func (*RedisProxy_PrefixRoutes_Route) XXX_Size added in v0.7.1

func (m *RedisProxy_PrefixRoutes_Route) XXX_Size() int

func (*RedisProxy_PrefixRoutes_Route) XXX_Unmarshal added in v0.7.1

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

type RedisProxy_PrefixRoutes_RouteValidationError added in v0.7.1

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

RedisProxy_PrefixRoutes_RouteValidationError is the validation error returned by RedisProxy_PrefixRoutes_Route.Validate if the designated constraints aren't met.

func (RedisProxy_PrefixRoutes_RouteValidationError) Cause added in v0.7.1

Cause function returns cause value.

func (RedisProxy_PrefixRoutes_RouteValidationError) Error added in v0.7.1

Error satisfies the builtin error interface

func (RedisProxy_PrefixRoutes_RouteValidationError) ErrorName added in v0.7.1

ErrorName returns error name.

func (RedisProxy_PrefixRoutes_RouteValidationError) Field added in v0.7.1

Field function returns field value.

func (RedisProxy_PrefixRoutes_RouteValidationError) Key added in v0.7.1

Key function returns key value.

func (RedisProxy_PrefixRoutes_RouteValidationError) Reason added in v0.7.1

Reason function returns reason value.

type RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy added in v0.8.1

type RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy struct {
	Cluster              string                         `protobuf:"bytes,1,opt,name=cluster,proto3" json:"cluster,omitempty"`
	RuntimeFraction      *core.RuntimeFractionalPercent `protobuf:"bytes,2,opt,name=runtime_fraction,json=runtimeFraction,proto3" json:"runtime_fraction,omitempty"`
	ExcludeReadCommands  bool                           `protobuf:"varint,3,opt,name=exclude_read_commands,json=excludeReadCommands,proto3" json:"exclude_read_commands,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                       `json:"-"`
	XXX_unrecognized     []byte                         `json:"-"`
	XXX_sizecache        int32                          `json:"-"`
}

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) Descriptor added in v0.8.1

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) GetCluster added in v0.8.1

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) GetExcludeReadCommands added in v0.8.1

func (m *RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) GetExcludeReadCommands() bool

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) GetRuntimeFraction added in v0.8.1

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) ProtoMessage added in v0.8.1

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) Reset added in v0.8.1

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) String added in v0.8.1

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) Validate added in v0.8.1

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

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) XXX_DiscardUnknown added in v0.8.1

func (m *RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) XXX_DiscardUnknown()

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) XXX_Marshal added in v0.8.1

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

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) XXX_Merge added in v0.8.1

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) XXX_Size added in v0.8.1

func (*RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy) XXX_Unmarshal added in v0.8.1

type RedisProxy_PrefixRoutes_Route_RequestMirrorPolicyValidationError added in v0.8.1

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

RedisProxy_PrefixRoutes_Route_RequestMirrorPolicyValidationError is the validation error returned by RedisProxy_PrefixRoutes_Route_RequestMirrorPolicy.Validate if the designated constraints aren't met.

func (RedisProxy_PrefixRoutes_Route_RequestMirrorPolicyValidationError) Cause added in v0.8.1

Cause function returns cause value.

func (RedisProxy_PrefixRoutes_Route_RequestMirrorPolicyValidationError) Error added in v0.8.1

Error satisfies the builtin error interface

func (RedisProxy_PrefixRoutes_Route_RequestMirrorPolicyValidationError) ErrorName added in v0.8.1

ErrorName returns error name.

func (RedisProxy_PrefixRoutes_Route_RequestMirrorPolicyValidationError) Field added in v0.8.1

Field function returns field value.

func (RedisProxy_PrefixRoutes_Route_RequestMirrorPolicyValidationError) Key added in v0.8.1

Key function returns key value.

func (RedisProxy_PrefixRoutes_Route_RequestMirrorPolicyValidationError) Reason added in v0.8.1

Reason function returns reason value.

Jump to

Keyboard shortcuts

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