Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConflictingResource ¶
type ConflictingResource struct {
ErrorString string
}
ConflictingResource describes a conflict case: eg. definition already exists, reserved fields
func (ConflictingResource) Error ¶
func (e ConflictingResource) Error() string
type MalformedInput ¶
type MalformedInput struct {
ErrorString string
}
MalformedInput describes malformed or otherwise incorrect input
func (MalformedInput) Error ¶
func (e MalformedInput) Error() string
type MissingResource ¶
type MissingResource struct {
ErrorString string
}
ResourceMissing describes case where a resource does not exist eg. missing definition or run or no image found
func (MissingResource) Error ¶
func (e MissingResource) Error() string
Click to show internal directories.
Click to hide internal directories.