Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddController ¶
type AddController struct { IPAllocator ipam.IPAllocator NetworkMapper network.NetworkMapper Creator creator Datastore store.Store }
func (*AddController) Add ¶
func (c *AddController) Add(payload models.CNIAddPayload) (*types.Result, error)
type DelController ¶
type DelController struct { Datastore store.Store Deletor deletor IPAllocator ipam.IPAllocator NetworkMapper network.NetworkMapper OSThreadLocker ossupport.OSThreadLocker }
func (*DelController) Del ¶
func (c *DelController) Del(payload models.CNIDelPayload) error
Click to show internal directories.
Click to hide internal directories.