package
3.6.0-alpha.1+incompatible
Repository: https://github.com/tangle329/origin.git
Documentation: pkg.go.dev
# Packages
Package dockerfile has utilities that complement Docker's official Dockerfile parser.
# Functions
BuildConfigBuilds return a list of builds for the given build config.
BuildConfigSelector returns a label Selector which can be used to find all builds for a BuildConfig.
BuildConfigSelectorDeprecated returns a label Selector which can be used to find all builds for a BuildConfig that use the deprecated labels.
No description provided by the author
BuildNameForConfigVersion returns the name of the version-th build for the config that has the provided name.
BuildNumber returns the given build number.
BuildRunPolicy returns the scheduling policy for the build based on the "queued" label.
ConfigNameForBuild returns the name of the build config from a build name.
GetBuildName returns name of the build pod.
GetInputReference returns the From ObjectReference associated with the BuildStrategy.
IsBuildComplete returns whether the provided build is complete or not.
IsPaused returns true if the provided BuildConfig is paused and cannot be used to create a new Build.
VersionForBuild returns the version from the provided build name.
# Constants
NoBuildLogsMessage reports that no build logs are available.