Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetSupportedVersions ¶
func GetSupportedVersions() version.PluginInfo
GetSupportedVersions returns supported CNI spec versions.
Types ¶
type Config ¶
type Config struct { types.NetConf ContainerID string `json:"-"` FilterTableName string `json:"filter_table_name"` ForwardFilterChainName string `json:"forward_chain_name"` NatTableName string `json:"nat_table_name"` PostRoutingNatChainName string `json:"postrouting_nat_chain_name"` }
Config holds the configuration for the Plugin.
type Interface ¶
type Interface struct {
// contains filtered or unexported fields
}
Interface represents a collection of addresses associated with a network interface.
Click to show internal directories.
Click to hide internal directories.