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 GetBuildPodName ¶ added in v0.4.2
GetBuildPodName returns name of the build pod.
func GetImageStreamForStrategy ¶ added in v0.5.1
func GetImageStreamForStrategy(config *buildapi.BuildConfig) *kapi.ObjectReference
GetImageStreamForStrategy returns the ImageStream[Tag/Image] ObjectReference associated with the BuildStrategy of a BuildConfig.
func NameFromImageStream ¶ added in v0.5.1
func NameFromImageStream(namespace string, ref *kapi.ObjectReference, tag string) string
NameFromImageStream returns a concatenated name representing an ImageStream[Tag/Image] reference. If the reference does not contain a Namespace, the namespace parameter is used instead.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.