package
Version:
v0.0.12
Opens a new window with list of versions in this module.
Published: Apr 13, 2020
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Shadow ¶
added in
v0.0.12
Shadow shadow
func (*Shadow) Inbound ¶
added in
v0.0.12
Inbound mapping local port from cluster
func (*Shadow) Outbound ¶
added in
v0.0.12
Outbound start vpn connection
type ShadowInterface interface {
Inbound(exposePort, podName, remoteIP string) (err error)
Outbound(name, podIP string, cidrs []string) (err error)
}
ShadowInterface shadow interface
Source Files
¶
Click to show internal directories.
Click to hide internal directories.