import "github.com/envoyproxy/go-control-plane/envoy/extensions/clusters/aggregate/v3"
cluster.pb.go cluster.pb.validate.go
var File_envoy_extensions_clusters_aggregate_v3_cluster_proto protoreflect.FileDescriptor
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) Descriptor() ([]byte, []int)
Deprecated: Use ClusterConfig.ProtoReflect.Descriptor instead.
func (x *ClusterConfig) GetClusters() []string
func (*ClusterConfig) ProtoMessage()
func (x *ClusterConfig) ProtoReflect() protoreflect.Message
func (x *ClusterConfig) Reset()
func (x *ClusterConfig) String() string
func (m *ClusterConfig) Validate() error
Validate checks the field values on ClusterConfig with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type ClusterConfigValidationError struct {
// contains filtered or unexported fields
}
ClusterConfigValidationError is the validation error returned by ClusterConfig.Validate if the designated constraints aren't met.
func (e ClusterConfigValidationError) Cause() error
Cause function returns cause value.
func (e ClusterConfigValidationError) Error() string
Error satisfies the builtin error interface
func (e ClusterConfigValidationError) ErrorName() string
ErrorName returns error name.
func (e ClusterConfigValidationError) Field() string
Field function returns field value.
func (e ClusterConfigValidationError) Key() bool
Key function returns key value.
func (e ClusterConfigValidationError) Reason() string
Reason function returns reason value.
Package envoy_extensions_clusters_aggregate_v3 imports 18 packages (graph) and is imported by 6 packages. Updated 2021-01-08. Refresh now. Tools for package owners.