Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrIPv6SupportDisabled = errors.New("IPv6 support is disabled")
ErrIPv6SupportDisabled is used when one tries to use IPv6 Addresses when IPv6 support is disabled by config
View Source
var ErrMultipleResults = errors.New("multiple results where only one expected")
ErrMultipleResults is used when we unexpectedly get back multiple results
View Source
var ErrNoAddressFound = errors.New("no address found for host")
ErrNoAddressFound is used when we cannot find an ip address for the host
View Source
var ErrNoRouterID = errors.New("router-id not set in cloud provider config")
ErrNoRouterID is used when router-id is not set
View Source
var ErrNotFound = errors.New("failed to find object")
ErrNotFound is used to inform that the object is missing
Functions ¶
func IsInvalidError ¶
func IsNotFound ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.