Documentation ¶
Index ¶
- Constants
- Variables
- func ExposeAsService(namespace, name *string, tunnelPort int, scheme string, rawPorts []string, ...) error
- func InjectSidecar(namespace, objectName *string, port *int, image string, readyChan chan<- bool) (bool, error)
- func PortForward(namespace, deploymentName *string, targetPort string, ...) (*[]string, error)
- func RemoveSidecar(namespace, objectName *string, image string, readyChan chan<- bool) (bool, error)
- func TeardownExposedService(namespace, name string) error
- type ByCreationTime
Constants ¶
View Source
const (
Image = "quay.io/omrikiei/ktunnel:latest"
)
Variables ¶
View Source
var Verbose = false
Functions ¶
func ExposeAsService ¶
func InjectSidecar ¶
func PortForward ¶
func RemoveSidecar ¶
func TeardownExposedService ¶
Types ¶
type ByCreationTime ¶
func (ByCreationTime) Len ¶
func (a ByCreationTime) Len() int
func (ByCreationTime) Less ¶
func (a ByCreationTime) Less(i, j int) bool
func (ByCreationTime) Swap ¶
func (a ByCreationTime) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.