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

# Functions

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.