Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPAMServer ¶
type IPAMServer struct {
// contains filtered or unexported fields
}
func NewIPAMServer ¶
func NewIPAMServer(conf conf2.ServerConf) *IPAMServer
func (*IPAMServer) AddNetwork ¶
func (s *IPAMServer) AddNetwork(context context.Context, in *rpc.IPAMMessage) (*rpc.IPAMMessage, error)
AddNetwork handle add pod request
func (*IPAMServer) DelNetwork ¶
func (s *IPAMServer) DelNetwork(context context.Context, in *rpc.IPAMMessage) (*rpc.IPAMMessage, error)
DelNetwork handle del pod request
func (*IPAMServer) Start ¶
func (s *IPAMServer) Start(stopCh <-chan struct{}) error
Click to show internal directories.
Click to hide internal directories.