Documentation ¶
Index ¶
- type CircuitBreakers
- func (*CircuitBreakers) Descriptor() ([]byte, []int)
- func (m *CircuitBreakers) GetThresholds() []*CircuitBreakers_Thresholds
- func (*CircuitBreakers) ProtoMessage()
- func (m *CircuitBreakers) Reset()
- func (m *CircuitBreakers) String() string
- func (m *CircuitBreakers) XXX_DiscardUnknown()
- func (m *CircuitBreakers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CircuitBreakers) XXX_Merge(src proto.Message)
- func (m *CircuitBreakers) XXX_Size() int
- func (m *CircuitBreakers) XXX_Unmarshal(b []byte) error
- type CircuitBreakers_Thresholds
- func (*CircuitBreakers_Thresholds) Descriptor() ([]byte, []int)
- func (m *CircuitBreakers_Thresholds) GetMaxConnectionPools() *wrappers.UInt32Value
- func (m *CircuitBreakers_Thresholds) GetMaxConnections() *wrappers.UInt32Value
- func (m *CircuitBreakers_Thresholds) GetMaxPendingRequests() *wrappers.UInt32Value
- func (m *CircuitBreakers_Thresholds) GetMaxRequests() *wrappers.UInt32Value
- func (m *CircuitBreakers_Thresholds) GetMaxRetries() *wrappers.UInt32Value
- func (m *CircuitBreakers_Thresholds) GetPriority() base.RoutingPriority
- func (m *CircuitBreakers_Thresholds) GetTrackRemaining() bool
- func (*CircuitBreakers_Thresholds) ProtoMessage()
- func (m *CircuitBreakers_Thresholds) Reset()
- func (m *CircuitBreakers_Thresholds) String() string
- func (m *CircuitBreakers_Thresholds) XXX_DiscardUnknown()
- func (m *CircuitBreakers_Thresholds) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *CircuitBreakers_Thresholds) XXX_Merge(src proto.Message)
- func (m *CircuitBreakers_Thresholds) XXX_Size() int
- func (m *CircuitBreakers_Thresholds) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CircuitBreakers ¶
type CircuitBreakers struct { Thresholds []*CircuitBreakers_Thresholds `protobuf:"bytes,1,rep,name=thresholds,proto3" json:"thresholds,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CircuitBreakers) Descriptor ¶
func (*CircuitBreakers) Descriptor() ([]byte, []int)
func (*CircuitBreakers) GetThresholds ¶
func (m *CircuitBreakers) GetThresholds() []*CircuitBreakers_Thresholds
func (*CircuitBreakers) ProtoMessage ¶
func (*CircuitBreakers) ProtoMessage()
func (*CircuitBreakers) Reset ¶
func (m *CircuitBreakers) Reset()
func (*CircuitBreakers) String ¶
func (m *CircuitBreakers) String() string
func (*CircuitBreakers) XXX_DiscardUnknown ¶
func (m *CircuitBreakers) XXX_DiscardUnknown()
func (*CircuitBreakers) XXX_Marshal ¶
func (m *CircuitBreakers) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CircuitBreakers) XXX_Merge ¶
func (dst *CircuitBreakers) XXX_Merge(src proto.Message)
func (*CircuitBreakers) XXX_Size ¶
func (m *CircuitBreakers) XXX_Size() int
func (*CircuitBreakers) XXX_Unmarshal ¶
func (m *CircuitBreakers) XXX_Unmarshal(b []byte) error
type CircuitBreakers_Thresholds ¶
type CircuitBreakers_Thresholds struct { Priority base.RoutingPriority `protobuf:"varint,1,opt,name=priority,proto3,enum=envoy.api.v2.core.RoutingPriority" json:"priority,omitempty"` MaxConnections *wrappers.UInt32Value `protobuf:"bytes,2,opt,name=max_connections,json=maxConnections,proto3" json:"max_connections,omitempty"` MaxPendingRequests *wrappers.UInt32Value `protobuf:"bytes,3,opt,name=max_pending_requests,json=maxPendingRequests,proto3" json:"max_pending_requests,omitempty"` MaxRequests *wrappers.UInt32Value `protobuf:"bytes,4,opt,name=max_requests,json=maxRequests,proto3" json:"max_requests,omitempty"` MaxRetries *wrappers.UInt32Value `protobuf:"bytes,5,opt,name=max_retries,json=maxRetries,proto3" json:"max_retries,omitempty"` TrackRemaining bool `protobuf:"varint,6,opt,name=track_remaining,json=trackRemaining,proto3" json:"track_remaining,omitempty"` MaxConnectionPools *wrappers.UInt32Value `protobuf:"bytes,7,opt,name=max_connection_pools,json=maxConnectionPools,proto3" json:"max_connection_pools,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CircuitBreakers_Thresholds) Descriptor ¶
func (*CircuitBreakers_Thresholds) Descriptor() ([]byte, []int)
func (*CircuitBreakers_Thresholds) GetMaxConnectionPools ¶
func (m *CircuitBreakers_Thresholds) GetMaxConnectionPools() *wrappers.UInt32Value
func (*CircuitBreakers_Thresholds) GetMaxConnections ¶
func (m *CircuitBreakers_Thresholds) GetMaxConnections() *wrappers.UInt32Value
func (*CircuitBreakers_Thresholds) GetMaxPendingRequests ¶
func (m *CircuitBreakers_Thresholds) GetMaxPendingRequests() *wrappers.UInt32Value
func (*CircuitBreakers_Thresholds) GetMaxRequests ¶
func (m *CircuitBreakers_Thresholds) GetMaxRequests() *wrappers.UInt32Value
func (*CircuitBreakers_Thresholds) GetMaxRetries ¶
func (m *CircuitBreakers_Thresholds) GetMaxRetries() *wrappers.UInt32Value
func (*CircuitBreakers_Thresholds) GetPriority ¶
func (m *CircuitBreakers_Thresholds) GetPriority() base.RoutingPriority
func (*CircuitBreakers_Thresholds) GetTrackRemaining ¶
func (m *CircuitBreakers_Thresholds) GetTrackRemaining() bool
func (*CircuitBreakers_Thresholds) ProtoMessage ¶
func (*CircuitBreakers_Thresholds) ProtoMessage()
func (*CircuitBreakers_Thresholds) Reset ¶
func (m *CircuitBreakers_Thresholds) Reset()
func (*CircuitBreakers_Thresholds) String ¶
func (m *CircuitBreakers_Thresholds) String() string
func (*CircuitBreakers_Thresholds) XXX_DiscardUnknown ¶
func (m *CircuitBreakers_Thresholds) XXX_DiscardUnknown()
func (*CircuitBreakers_Thresholds) XXX_Marshal ¶
func (m *CircuitBreakers_Thresholds) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CircuitBreakers_Thresholds) XXX_Merge ¶
func (dst *CircuitBreakers_Thresholds) XXX_Merge(src proto.Message)
func (*CircuitBreakers_Thresholds) XXX_Size ¶
func (m *CircuitBreakers_Thresholds) XXX_Size() int
func (*CircuitBreakers_Thresholds) XXX_Unmarshal ¶
func (m *CircuitBreakers_Thresholds) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.