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

# Functions

ForBuild picks the appropriate run policy for the given build.
GetAllRunPolicies returns a set of all run policies.
GetNextConfigBuild returns the build that will be executed next for the given build configuration.

# Structs

NoBuildNumberLabelError represents an error caused by the build not having the required build number annotation.
ParallelPolicy implements the RunPolicy interface.
SerialLatestOnlyPolicy implements the RunPolicy interface.
SerialPolicy implements the RunPolicy interface.

# Interfaces

RunPolicy is an interface that define handler for the build runPolicy field.