Documentation ¶
Overview ¶
Package errors contains errors used by the platform package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMetadataNotReady = errors.New("platform metadata is not ready")
ErrMetadataNotReady indicates that the platform does not have metadata yet.
View Source
var ErrNoConfigSource = errors.New("no configuration source")
ErrNoConfigSource indicates that the platform does not have a configured source for the configuration.
View Source
var ErrNoEventURL = errors.New("no event URL")
ErrNoEventURL indicates that the platform does not have an expected events URL in the kernel params.
View Source
var ErrNoExternalIPs = errors.New("failed to fetch external addresses from metadata service")
ErrNoExternalIPs indicates that the meta server does not have a external addresses.
View Source
var ErrNoHostname = errors.New("failed to fetch hostname from metadata service")
ErrNoHostname indicates that the meta server does not have a instance hostname.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.