 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Overview ¶
Package util contains common functions that are used by the rest of the OpenShift build system.
Index ¶
- Constants
- func GetBuildName(pod *kapi.Pod) string
- func GetBuildPodName(build *buildapi.Build) string
- func GetImageStreamForStrategy(strategy buildapi.BuildStrategy) *kapi.ObjectReference
- func IsBuildComplete(build *buildapi.Build) bool
- func NameFromImageStream(namespace string, ref *kapi.ObjectReference, tag string) string
Constants ¶
      View Source
      
  const BuildPodSuffix = "build"
    BuildPodSuffix is the suffix used to append to a build pod name given a build name
Variables ¶
This section is empty.
Functions ¶
func GetBuildName ¶
GetBuildName returns name of the build pod.
func GetBuildPodName ¶
GetBuildPodName returns name of the build pod.
func GetImageStreamForStrategy ¶
func GetImageStreamForStrategy(strategy buildapi.BuildStrategy) *kapi.ObjectReference
GetImageStreamForStrategy returns the ImageStream[Tag/Image] ObjectReference associated with the BuildStrategy.
func IsBuildComplete ¶
IsBuildComplete returns whether the provided build is complete or not
func NameFromImageStream ¶
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.
       Source Files
      ¶
      Source Files
      ¶
    
- doc.go
- util.go
 Click to show internal directories. 
   Click to hide internal directories.