package
3.10.0-alpha.0+incompatible
Repository: https://github.com/ericavonb/origin.git
Documentation: pkg.go.dev

# Functions

BuildByBuildConfigIndexFunc indexes Build items by their associated BuildConfig, if none, index with key "orphan".
NewDataSet returns a DataSet over the specified items.
NewFilterBeforePredicate is a function that returns true if the build was created before the current time minus specified duration.
NewOrphanBuildResolver returns a Resolver that matches Build objects with no associated BuildConfig and has a BuildPhase in filter.
NewPerBuildConfigResolver returns a Resolver that selects Builds to prune per BuildConfig.
NewPruner returns a Pruner over specified data using specified options.

# Structs

PrunerOptions contains the fields used to initialize a new Pruner.

# Interfaces

DataSet provides functions for working with build data.
Filter filters the set of objects.
No description provided by the author
Resolver knows how to resolve the set of candidate objects to prune.

# Type aliases

FilterPredicate is a function that returns true if the object should be included in the filtered set.