Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateContainerID ¶ added in v0.8.0
ValidateContainerID will validate that the supplied containerID is not empty does not contain invalid characters
func ValidateInterfaceName ¶ added in v0.8.0
ValidateInterfaceName will validate the interface name based on the four rules below 1. The name must not be empty 2. The name must be less than 16 characters 3. The name must not be "." or ".." 4. The name must not contain / or : or any whitespace characters ref to https://github.com/torvalds/linux/blob/master/net/core/dev.c#L1024
func ValidateNetworkName ¶ added in v0.8.0
ValidateNetworkName will validate that the supplied networkName does not contain invalid characters
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.