import "github.com/envoyproxy/go-control-plane/envoy/config/cluster/dynamic_forward_proxy/v2alpha"
cluster.pb.go cluster.pb.validate.go
var File_envoy_config_cluster_dynamic_forward_proxy_v2alpha_cluster_proto protoreflect.FileDescriptor
type ClusterConfig struct { // The DNS cache configuration that the cluster will attach to. Note this configuration must // match that of associated :ref:`dynamic forward proxy HTTP filter configuration // <envoy_api_field_config.filter.http.dynamic_forward_proxy.v2alpha.FilterConfig.dns_cache_config>`. DnsCacheConfig *v2alpha.DnsCacheConfig `protobuf:"bytes,1,opt,name=dns_cache_config,json=dnsCacheConfig,proto3" json:"dns_cache_config,omitempty"` // contains filtered or unexported fields }
Configuration for the dynamic forward proxy cluster. See the :ref:`architecture overview <arch_overview_http_dynamic_forward_proxy>` for more information. [#extension: envoy.clusters.dynamic_forward_proxy]
func (*ClusterConfig) Descriptor() ([]byte, []int)
Deprecated: Use ClusterConfig.ProtoReflect.Descriptor instead.
func (x *ClusterConfig) GetDnsCacheConfig() *v2alpha.DnsCacheConfig
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_config_cluster_dynamic_forward_proxy_v2alpha imports 19 packages (graph) and is imported by 6 packages. Updated 2021-01-09. Refresh now. Tools for package owners.