defaults

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: 11 Imported by: 3

Documentation

Index

Constants

View Source
const (
	GatewayProxyName        = "gateway-proxy"
	GatewayBindAddress      = "::"
	ConfigDumpServiceSuffix = "-config-dump-service"
)

Variables

View Source
var (
	GlooProxyValidationServerAddr = fmt.Sprintf("gloo:%v", defaults.GlooValidationPort)
	ValidationWebhookBindPort     = 8443
	ValidationWebhookTlsCertPath  = filepath.Join("/etc", "gateway", "validation-certs", v1.TLSCertKey)
	ValidationWebhookTlsKeyPath   = filepath.Join("/etc", "gateway", "validation-certs", v1.TLSPrivateKeyKey)
)

Functions

func DefaultGateway

func DefaultGateway(writeNamespace string) *v1.Gateway

func DefaultHybridGateway added in v1.9.25

func DefaultHybridGateway(writeNamespace string) *v1.Gateway

The default Hybrid gateway is currently only used for testing purposes but could be included later if we decide it should be.

func DefaultHybridSslGateway added in v1.9.25

func DefaultHybridSslGateway(writeNamespace string) *v1.Gateway

func DefaultMatchableHttpGateway added in v1.9.25

func DefaultMatchableHttpGateway(writeNamespace string, sslConfigMatch *ssl.SslConfig) *v1.MatchableHttpGateway

func DefaultMatcher added in v1.0.0

func DefaultMatcher() *matchers.Matcher

func DefaultSslGateway

func DefaultSslGateway(writeNamespace string) *v1.Gateway

func DefaultTcpGateway added in v0.18.0

func DefaultTcpGateway(writeNamespace string) *v1.Gateway

The default TCP gateways are currently only used for testing purposes but could be included later if we decide they should be.

func DefaultTcpSslGateway added in v0.18.0

func DefaultTcpSslGateway(writeNamespace string) *v1.Gateway

func DefaultVirtualService

func DefaultVirtualService(namespace, name string) *v1.VirtualService

func DirectResponseVirtualService added in v1.14.7

func DirectResponseVirtualService(namespace, name, body string) *v1.VirtualService

func GatewayProxyConfigDumpServiceName added in v1.6.11

func GatewayProxyConfigDumpServiceName(name string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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