# Functions
GetBuildLabel retrieves build label from a Pod returning its value and a boolean value informing whether the value was found.
GetBuildName returns name of the build pod.
GetBuildPodName returns name of the build pod.
GetImageStreamForStrategy returns the ImageStream[Tag/Image] ObjectReference associated with the BuildStrategy.
IsBuildComplete returns whether the provided build is complete or not.
NameFromImageStream returns a concatenated name representing an ImageStream[Tag/Image] reference.
# Constants
BuildPodSuffix is the suffix used to append to a build pod name given a build name.
NoBuildLogsMessage reports that no build logs are available.