Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyServer ¶
type ProxyServer struct { Client *kubeclient.Client Config *options.ProxyServerConfig Controller *controller.ProxyController }
func NewProxyServer ¶
func NewProxyServer( client *kubeclient.Client, controller *controller.ProxyController, config *options.ProxyServerConfig, ) (*ProxyServer, error)
func NewProxyServerDefault ¶
func NewProxyServerDefault(config *options.ProxyServerConfig) (*ProxyServer, error)
NewProxyServerDefault creates a new ProxyServer object with default parameters.
func (*ProxyServer) Run ¶
func (s *ProxyServer) Run() error
Run runs the specified ProxyServer. This should never exit.
Click to show internal directories.
Click to hide internal directories.