tcp_routes

package
v1.8.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2026 License: Apache-2.0 Imports: 2 Imported by: 12

Documentation

Index

Constants

View Source
const TCP_ROUTER = "tcp-router"

Variables

This section is empty.

Functions

This section is empty.

Types

type TCPRoute

type TCPRoute struct {
	RouterGroupGuid      string  `json:"router_group_guid"`
	ExternalPort         uint32  `json:"external_port"`
	ContainerPort        uint32  `json:"container_port"`
	SniHostname          *string `json:"backend_sni_hostname,omitempty"`
	TerminateFrontendTLS bool    `json:"terminate_frontend_tls,omitempty"`
	EnableBackendMTLS    bool    `json:"enable_backend_mtls,omitempty"`
}

type TCPRoutes

type TCPRoutes []TCPRoute

func TCPRoutesFromRoutingInfo

func TCPRoutesFromRoutingInfo(routingInfoPtr *models.Routes) (TCPRoutes, error)

func (TCPRoutes) RoutingInfo

func (c TCPRoutes) RoutingInfo() *models.Routes

Jump to

Keyboard shortcuts

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