package
3.10.0-alpha.0+incompatible
Repository: https://github.com/nccurry/origin.git
Documentation: pkg.go.dev
# Functions
IsFatal returns true if the error is fatal.
# Constants
No description provided by the author
No description provided by the author
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.
No description provided by the author
No description provided by the author
# 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.