Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangeHostToKubeTunnel ¶
func ChangeHostToKubeTunnel(hostFile *fwdport.HostFileWithLock, kubeTunnelServerDns string)
Types ¶
type Manager ¶
type Manager struct {
Common models.Common
ServicePair []ServicePair
}
func NewManager ¶
func NewManager(common models.Common, servicePair []ServicePair, hostFile *fwdport.HostFileWithLock) *Manager
func (*Manager) WaitForLocalPortToBecomeAvailable ¶
func (m *Manager) WaitForLocalPortToBecomeAvailable()
func (*Manager) WaitForLocalPortToBecomeUnavailableAndCancel ¶
func (m *Manager) WaitForLocalPortToBecomeUnavailableAndCancel(channel *notify.CancellationChannel)
type ServicePair ¶
type ServicePair struct {
Name string
Service models.Service
}
Click to show internal directories.
Click to hide internal directories.