package
4.2.0-alpha.0+incompatible
Repository: https://github.com/ardaguclu/oc.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# 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.
GetInputReference returns the From ObjectReference associated with the BuildStrategy.
IsBuildComplete returns whether the provided build is complete or not.
IsTerminalPhase returns true if the provided phase is terminal.
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
BuildPtrSliceByCreationTimestamp implements sort.Interface for []*Build based on the CreationTimestamp field.
BuildSliceByCreationTimestamp implements sort.Interface for []Build based on the CreationTimestamp field.
PredicateFunc is testing an argument and decides does it meet some criteria or not.