package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Functions

HasOwnerReference returns true if the build pod has an OwnerReference to the build.
IsFatal returns true if the error is fatal.

# Constants

ExtractImageContentContainer is the name of the container that will pull down input images and extract their content for input to the build.
GitCloneContainer is the name of the container that will clone the build source repository and also handle binary input content.

# Variables

BuildControllerRefKind contains the schema.GroupVersionKind for builds.
DefaultDropCaps is the list of capabilities to drop if the current user cannot run as root.

# Structs

CustomBuildStrategy creates a build using a custom builder image.
DockerBuildStrategy creates a Docker build using a Docker builder image.
FatalError is an error which can't be retried.
SourceBuildStrategy creates STI(source to image) builds.