Documentation
¶
Index ¶
- Variables
- type ClusterFallbackConfig_ClusterConfig
- func (*ClusterFallbackConfig_ClusterConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ClusterFallbackConfig_ClusterConfig) GetFallbackCluster() string
- func (x *ClusterFallbackConfig_ClusterConfig) GetRoutingCluster() string
- func (*ClusterFallbackConfig_ClusterConfig) ProtoMessage()
- func (x *ClusterFallbackConfig_ClusterConfig) ProtoReflect() protoreflect.Message
- func (x *ClusterFallbackConfig_ClusterConfig) Reset()
- func (x *ClusterFallbackConfig_ClusterConfig) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_route_fallback_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ClusterFallbackConfig_ClusterConfig ¶
type ClusterFallbackConfig_ClusterConfig struct { RoutingCluster string `protobuf:"bytes,1,opt,name=RoutingCluster,proto3" json:"RoutingCluster,omitempty"` FallbackCluster string `protobuf:"bytes,2,opt,name=FallbackCluster,proto3" json:"FallbackCluster,omitempty"` // contains filtered or unexported fields }
func (*ClusterFallbackConfig_ClusterConfig) Descriptor
deprecated
func (*ClusterFallbackConfig_ClusterConfig) Descriptor() ([]byte, []int)
Deprecated: Use ClusterFallbackConfig_ClusterConfig.ProtoReflect.Descriptor instead.
func (*ClusterFallbackConfig_ClusterConfig) GetFallbackCluster ¶
func (x *ClusterFallbackConfig_ClusterConfig) GetFallbackCluster() string
func (*ClusterFallbackConfig_ClusterConfig) GetRoutingCluster ¶
func (x *ClusterFallbackConfig_ClusterConfig) GetRoutingCluster() string
func (*ClusterFallbackConfig_ClusterConfig) ProtoMessage ¶
func (*ClusterFallbackConfig_ClusterConfig) ProtoMessage()
func (*ClusterFallbackConfig_ClusterConfig) ProtoReflect ¶
func (x *ClusterFallbackConfig_ClusterConfig) ProtoReflect() protoreflect.Message
func (*ClusterFallbackConfig_ClusterConfig) Reset ¶
func (x *ClusterFallbackConfig_ClusterConfig) Reset()
func (*ClusterFallbackConfig_ClusterConfig) String ¶
func (x *ClusterFallbackConfig_ClusterConfig) String() string
Click to show internal directories.
Click to hide internal directories.