import "github.com/envoyproxy/go-control-plane/envoy/config/filter/network/mysql_proxy/v1alpha1"
mysql_proxy.pb.go mysql_proxy.pb.validate.go
var File_envoy_config_filter_network_mysql_proxy_v1alpha1_mysql_proxy_proto protoreflect.FileDescriptor
type MySQLProxy struct { // The human readable prefix to use when emitting :ref:`statistics // <config_network_filters_mysql_proxy_stats>`. StatPrefix string `protobuf:"bytes,1,opt,name=stat_prefix,json=statPrefix,proto3" json:"stat_prefix,omitempty"` // [#not-implemented-hide:] The optional path to use for writing MySQL access logs. // If the access log field is empty, access logs will not be written. AccessLog string `protobuf:"bytes,2,opt,name=access_log,json=accessLog,proto3" json:"access_log,omitempty"` // contains filtered or unexported fields }
func (*MySQLProxy) Descriptor() ([]byte, []int)
Deprecated: Use MySQLProxy.ProtoReflect.Descriptor instead.
func (x *MySQLProxy) GetAccessLog() string
func (x *MySQLProxy) GetStatPrefix() string
func (*MySQLProxy) ProtoMessage()
func (x *MySQLProxy) ProtoReflect() protoreflect.Message
func (x *MySQLProxy) Reset()
func (x *MySQLProxy) String() string
func (m *MySQLProxy) Validate() error
Validate checks the field values on MySQLProxy with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.
type MySQLProxyValidationError struct {
// contains filtered or unexported fields
}
MySQLProxyValidationError is the validation error returned by MySQLProxy.Validate if the designated constraints aren't met.
func (e MySQLProxyValidationError) Cause() error
Cause function returns cause value.
func (e MySQLProxyValidationError) Error() string
Error satisfies the builtin error interface
func (e MySQLProxyValidationError) ErrorName() string
ErrorName returns error name.
func (e MySQLProxyValidationError) Field() string
Field function returns field value.
func (e MySQLProxyValidationError) Key() bool
Key function returns key value.
func (e MySQLProxyValidationError) Reason() string
Reason function returns reason value.
Package envoy_config_filter_network_mysql_proxy_v1alpha1 imports 18 packages (graph) and is imported by 3 packages. Updated 2021-01-19. Refresh now. Tools for package owners.