package
Version:
v0.0.0-...-ce3d181
Opens a new window with list of versions in this module.
Published: Jan 8, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
FormatRecord describes the record in a human-readable
manner for inclusion into build logs
PathForRefs determines the full path to where
refs should be cloned
type Command struct {
Command string `json:"command"`
Output string `json:"output,omitempty"`
Error string `json:"error,omitempty"`
}
Command is a trace of a command executed
while achieving the desired git state.
type Record struct {
Refs kube.Refs `json:"refs"`
Commands []Command `json:"commands"`
Failed bool `json:"failed"`
}
Record is a trace of what the desired
git state was, what steps we took to get there,
and whether or not we were successful.
Run clones the refs under the prescribed directory and optionally
configures the git username and email in the repository as well.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.