Documentation ¶
Overview ¶
Package util contains common functions that are used by the rest of the OpenShift build system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateBuildFromBuild ¶
GenerateBuildFromBuild creates a new build based on a given Build.
func GenerateBuildFromConfig ¶
func GenerateBuildFromConfig(bc *buildapi.BuildConfig, r *buildapi.SourceRevision, imageSubstitutions map[string]string) (build *buildapi.Build)
GenerateBuildFromConfig creates a new build based on a given BuildConfig. Optionally a SourceRevision for the new build can be specified. Also optionally a list of image names to be substituted can be supplied. Values in the BuildConfig that have a substitution provided will be replaced in the resulting Build
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.