Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerIgnorer ¶
type DockerIgnorer struct{}
DockerIgnorer ignores files based on the contents of the .s2iignore file
func (*DockerIgnorer) GetListOfFilesToIgnore ¶ added in v1.2.0
func (b *DockerIgnorer) GetListOfFilesToIgnore(workingDir string) (map[string]string, error)
GetListOfFilesToIgnore returns list of files from the workspace based on the contents of the .s2iignore file
Click to show internal directories.
Click to hide internal directories.