# Functions
ParseCIDR parse a string to IPNet.
# Constants
BridgeNetworkDriver defines the bridge driver.
No description provided by the author
DefaultNetworkDriver is the default network type used.
DefaultSubnet is the name that will be used for the default CNI network.
DefaultSubnet is the subnet that will be used for the default CNI network.
DHCPIPAMDriver get subnet and ip from dhcp server.
IPAM drivers HostLocalIPAMDriver store the ip.
valid ipvlan driver modes.
No description provided by the author
No description provided by the author
MacVLANNetworkDriver defines the macvlan driver.
valid macvlan driver mode values.
No description provided by the author
No description provided by the author
No description provided by the author
MacVLANNetworkDriver defines the macvlan driver.
No description provided by the author
# Variables
ErrInvalidArg indicates that an invalid argument was passed.
ErrNetworkExists indicates that a network with the given name already exists.
ErrNoSuchNetwork indicates the requested network does not exist.
NameRegex is a regular expression to validate names.
RegexError is thrown in presence of an invalid name.
ValidIPVLANModes is the list of valid mode options for the ipvlan driver.
ValidMacVLANModes is the list of valid mode options for the macvlan driver.
# Structs
IPNet is used as custom net.IPNet type to add Marshal/Unmarshal methods.
LeaseRange contains the range where IP are leased.
NetAddress contains the ip address, subnet and gateway.
NetInterface contains the settings for a given network interface.
Network describes the Network attributes.
NetworkOptions for a given container.
OCICNIPortMapping maps to the standard CNI portmapping Capability.
PerNetworkOptions are options which should be set on a per network basis.
PortMapping is one or more ports that will be mapped into the container.
No description provided by the author
StatusBlock contains the network information about a container connected to one Network.
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
FilterFunc can be passed to NetworkList to filter the networks.
HardwareAddr is the same as net.HardwareAddr except that it adds the json marshal/unmarshal methods.
No description provided by the author