Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrInvalidHostname = errors.New("Invalid hostname specified. Allowed hostname chars are: 0-9a-zA-Z . -")
)
Functions ¶
This section is empty.
Types ¶
type ErrDuringPreCreate ¶ added in v0.6.0
type ErrDuringPreCreate struct {
Cause error
}
func (ErrDuringPreCreate) Error ¶ added in v0.6.0
func (e ErrDuringPreCreate) Error() string
type ErrHostAlreadyExists ¶
type ErrHostAlreadyExists struct {
Name string
}
func (ErrHostAlreadyExists) Error ¶
func (e ErrHostAlreadyExists) Error() string
type ErrHostAlreadyInState ¶ added in v0.7.0
func (ErrHostAlreadyInState) Error ¶ added in v0.7.0
func (e ErrHostAlreadyInState) Error() string
type ErrHostDoesNotExist ¶
type ErrHostDoesNotExist struct {
Name string
}
func (ErrHostDoesNotExist) Error ¶
func (e ErrHostDoesNotExist) Error() string
Click to show internal directories.
Click to hide internal directories.