envoy_extensions_filters_network_postgres_proxy_v3alpha

package
v0.9.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_envoy_extensions_filters_network_postgres_proxy_v3alpha_postgres_proxy_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type PostgresProxy

type PostgresProxy struct {

	// The human readable prefix to use when emitting :ref:`statistics
	// <config_network_filters_postgres_proxy_stats>`.
	StatPrefix string `protobuf:"bytes,1,opt,name=stat_prefix,json=statPrefix,proto3" json:"stat_prefix,omitempty"`
	// Controls whether SQL statements received in Frontend Query messages
	// are parsed. Parsing is required to produce Postgres proxy filter
	// metadata. Defaults to true.
	EnableSqlParsing *wrappers.BoolValue `protobuf:"bytes,2,opt,name=enable_sql_parsing,json=enableSqlParsing,proto3" json:"enable_sql_parsing,omitempty"`
	// Controls whether to terminate SSL session initiated by a client.
	// If the value is false, the Postgres proxy filter will not try to
	// terminate SSL session, but will pass all the packets to the upstream server.
	// If the value is true, the Postgres proxy filter will try to terminate SSL
	// session. In order to do that, the filter chain must use :ref:`starttls transport socket
	// <envoy_v3_api_msg_extensions.transport_sockets.starttls.v3.StartTlsConfig>`.
	// If the filter does not manage to terminate the SSL session, it will close the connection from the client.
	// Refer to official documentation for details
	// `SSL Session Encryption Message Flow <https://www.postgresql.org/docs/current/protocol-flow.html#id-1.10.5.7.11>`_.
	TerminateSsl bool `protobuf:"varint,3,opt,name=terminate_ssl,json=terminateSsl,proto3" json:"terminate_ssl,omitempty"`
	// contains filtered or unexported fields
}

func (*PostgresProxy) Descriptor deprecated

func (*PostgresProxy) Descriptor() ([]byte, []int)

Deprecated: Use PostgresProxy.ProtoReflect.Descriptor instead.

func (*PostgresProxy) GetEnableSqlParsing added in v0.9.7

func (x *PostgresProxy) GetEnableSqlParsing() *wrappers.BoolValue

func (*PostgresProxy) GetStatPrefix

func (x *PostgresProxy) GetStatPrefix() string

func (*PostgresProxy) GetTerminateSsl added in v0.9.9

func (x *PostgresProxy) GetTerminateSsl() bool

func (*PostgresProxy) ProtoMessage

func (*PostgresProxy) ProtoMessage()

func (*PostgresProxy) ProtoReflect

func (x *PostgresProxy) ProtoReflect() protoreflect.Message

func (*PostgresProxy) Reset

func (x *PostgresProxy) Reset()

func (*PostgresProxy) String

func (x *PostgresProxy) String() string

func (*PostgresProxy) Validate

func (m *PostgresProxy) Validate() error

Validate checks the field values on PostgresProxy with the rules defined in the proto definition for this message. If any rules are violated, an error is returned.

type PostgresProxyValidationError

type PostgresProxyValidationError struct {
	// contains filtered or unexported fields
}

PostgresProxyValidationError is the validation error returned by PostgresProxy.Validate if the designated constraints aren't met.

func (PostgresProxyValidationError) Cause

Cause function returns cause value.

func (PostgresProxyValidationError) Error

Error satisfies the builtin error interface

func (PostgresProxyValidationError) ErrorName

func (e PostgresProxyValidationError) ErrorName() string

ErrorName returns error name.

func (PostgresProxyValidationError) Field

Field function returns field value.

func (PostgresProxyValidationError) Key

Key function returns key value.

func (PostgresProxyValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL