package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev
# Functions
BuildNameForConfigVersion returns the name of the version-th build for the config that has the provided name.
ByBuildConfigPredicate matches all builds that have build config annotation or label with specified value.
FilterBuilds returns array of builds that satisfies predicate function.
# Type aliases
BuildPtrSliceByCreationTimestamp implements sort.Interface for []*Build based on the CreationTimestamp field.
BuildPtrSliceByCreationTimestampInternal implements sort.Interface for []*Build based on the CreationTimestamp field.
BuildSliceByCreationTimestamp implements sort.Interface for []Build based on the CreationTimestamp field.
BuildSliceByCreationTimestampInternal implements sort.Interface for []Build based on the CreationTimestamp field.
PredicateFunc is testing an argument and decides does it meet some criteria or not.