Documentation ¶
Overview ¶
Package errors defines errors thrown during config generation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMultipleDockerfilesErr ¶
MultipleDockerfiles creates an error caused by multiple Dockerfiles existing in a repository
Types ¶
type GenerationError ¶
type GenerationError int
GenerationError is an error returned from config generators
const ( NoGit GenerationError = iota + 1 SourceDirAndURL InvalidSourceDir CouldNotDetect NoBuilderFound InvalidDockerfile ImageNotFound )
func (GenerationError) Error ¶
func (e GenerationError) Error() string
Click to show internal directories.
Click to hide internal directories.