Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IPAM ¶
type IPAM interface { // ExecAdd invokes the IPAM plugin with the ADD command ExecAdd(plugin string, netconf []byte) (types.Result, error) // ExecDel invokes the IPAM plugin with the ADD command ExecDel(plugin string, netconf []byte) error // ConfigureIface configures the interface named ifName // with the result object ConfigureIface(ifName string, res *current.Result) error }
IPAM wraps methods used from the the cni/pkg/ipam package
Click to show internal directories.
Click to hide internal directories.