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, cert string, ...) (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, kubecontext *string, DeploymentOnly bool) error
- type ByCreationTime
Constants ¶
View Source
const (
Image = "docker.io/omrieival/ktunnel"
)
Variables ¶
View Source
var Verbose = false
Functions ¶
func ExposeAsService ¶
func ExposeAsService(namespace, name *string, tunnelPort int, scheme string, rawPorts []string, portName string, image string, Reuse bool, DeploymentOnly bool, readyChan chan<- bool, nodeSelectorTags map[string]string, deploymentLabels map[string]string, cert, key string, serviceType string, kubecontext *string) error
func InjectSidecar ¶
func PortForward ¶
func RemoveSidecar ¶
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.