Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultLocalAPIPort = 22322
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseKubeProxy ¶
type BaseKubeProxy struct {
KubeProxyPort string
LocalPort string
// contains filtered or unexported fields
}
func NewBaseKubeProxy ¶
func (*BaseKubeProxy) Stop ¶
func (k *BaseKubeProxy) Stop(startID int)
func (*BaseKubeProxy) StopAll ¶
func (k *BaseKubeProxy) StopAll()
type PortProvider ¶
type PortProvider struct {
// contains filtered or unexported fields
}
func NewPortProvider ¶
func NewPortProvider(startPort int) *PortProvider
func (*PortProvider) Next ¶
func (p *PortProvider) Next() int
type Runner ¶
type Runner interface {
StartCommand(params StartCommandParams) (connection.KubeProxyCommand, error)
UpTunnel(localPort int, kubeProxyPort string) (connection.Tunnel, string, error)
ClientID() string
}
type StartCommandParams ¶
Click to show internal directories.
Click to hide internal directories.