Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_config_cluster_aggregate_v2alpha_cluster_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ClusterConfig ¶
type ClusterConfig struct { // Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they // appear in this list. Clusters []string `protobuf:"bytes,1,rep,name=clusters,proto3" json:"clusters,omitempty"` // contains filtered or unexported fields }
Configuration for the aggregate cluster. See the :ref:`architecture overview <arch_overview_aggregate_cluster>` for more information. [#extension: envoy.clusters.aggregate]
func (*ClusterConfig) GetClusters ¶
func (x *ClusterConfig) GetClusters() []string
func (*ClusterConfig) ProtoMessage ¶
func (*ClusterConfig) ProtoMessage()
func (*ClusterConfig) ProtoReflect ¶
func (x *ClusterConfig) ProtoReflect() protoreflect.Message
func (*ClusterConfig) Reset ¶
func (x *ClusterConfig) Reset()
func (*ClusterConfig) SetClusters ¶
func (x *ClusterConfig) SetClusters(v []string)
func (*ClusterConfig) String ¶
func (x *ClusterConfig) String() string
type ClusterConfig_builder ¶
type ClusterConfig_builder struct { // Load balancing clusters in aggregate cluster. Clusters are prioritized based on the order they // appear in this list. Clusters []string // contains filtered or unexported fields }
func (ClusterConfig_builder) Build ¶
func (b0 ClusterConfig_builder) Build() *ClusterConfig
Click to show internal directories.
Click to hide internal directories.