Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TunnelAgent ¶
type TunnelAgent interface {
Run(<-chan struct{})
}
TunnelAgent sets up tunnel to TunnelServer, receive requests from tunnel, and forwards requests to kubelet
func NewTunnelAgent ¶
func NewTunnelAgent(tlsCfg *tls.Config, tunnelServerAddr, nodeName, agentIdentifiers string) TunnelAgent
NewTunnelAgent generates a new TunnelAgent
Click to show internal directories.
Click to hide internal directories.