Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrProxyManagerNotInited show ProxyManager not inited ErrProxyManagerNotInited = errors.New("ProxyManager not inited") )
Functions ¶
This section is empty.
Types ¶
type ProxyManager ¶
type ProxyManager struct {
// contains filtered or unexported fields
}
ProxyManager struct proxy cluster master endpointIPs By LVS
func NewProxyManager ¶
func NewProxyManager(opts *config.ProxyAPIServerOptions) (*ProxyManager, error)
NewProxyManager set ProxyManager by opts
func (*ProxyManager) Init ¶
func (pm *ProxyManager) Init(options *config.ProxyAPIServerOptions) error
Init init proxyManager
Click to show internal directories.
Click to hide internal directories.