Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHTunnel ¶
type SSHTunnel struct { LoadBalancerEmulator tunnel.LoadBalancerEmulator // contains filtered or unexported fields }
SSHTunnel ...
func NewSSHTunnel ¶
func NewSSHTunnel(ctx context.Context, sshPort, sshKey string, v1Core typed_core.CoreV1Interface, v1Networking typed_networking.NetworkingV1Interface) *SSHTunnel
NewSSHTunnel ...
type ServiceTunnel ¶
type ServiceTunnel struct {
// contains filtered or unexported fields
}
ServiceTunnel ...
func NewServiceTunnel ¶
func NewServiceTunnel(sshPort, sshKey string, v1Core typed_core.CoreV1Interface) *ServiceTunnel
NewServiceTunnel ...
Click to show internal directories.
Click to hide internal directories.