Documentation ¶
Index ¶
- Constants
- Variables
- func DefaultGateway(writeNamespace string) *v2.Gateway
- func DefaultSslGateway(writeNamespace string) *v2.Gateway
- func DefaultTcpGateway(writeNamespace string) *v2.Gateway
- func DefaultTcpSslGateway(writeNamespace string) *v2.Gateway
- func DefaultVirtualService(namespace, name string) *v1.VirtualService
Constants ¶
View Source
const ( GatewayProxyName = "gateway-proxy-v2" GatewayBindAddress = "::" )
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 DefaultSslGateway ¶
func DefaultTcpGateway ¶ added in v0.18.0
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 DefaultVirtualService ¶
func DefaultVirtualService(namespace, name string) *v1.VirtualService
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.