tcp

package
v1.16.10 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2024 License: Apache-2.0 Imports: 24 Imported by: 1

Documentation

Index

Constants

View Source
const (
	ExtensionName        = "tcp"
	DefaultTcpStatPrefix = "tcp"

	SniFilter = "envoy.filters.network.sni_cluster"
)

Variables

View Source
var (
	NoDestinationTypeError = func(host *v1.TcpHost) error {
		return eris.Errorf("no destination type was specified for tcp host %v", host)
	}

	InvalidSecretsError = func(err error, name string) error {
		return eris.Wrapf(err, "invalid secrets for host %v", name)
	}
)

Functions

func NewPlugin

func NewPlugin(sslConfigTranslator utils.SslConfigTranslator) *plugin

Types

This section is empty.

Jump to

Keyboard shortcuts

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