package
1.3.0-alpha.3
Repository: https://github.com/pi-victor/origin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

IsFatal returns true if err is a fatal error.

# Structs

No description provided by the author
BuildController watches build resources and manages their state.
BuildDeleteController watches for builds being deleted and cleans up associated pods.
BuildPodController watches pods running builds and manages the build state.
BuildPodDeleteController watches pods running builds and updates the build if the pod is deleted.
ConfigControllerFatalError represents a fatal error while generating a build.
ImageChangeController watches for changes to ImageRepositories and triggers builds when a new version of a tag referenced by a BuildConfig is available.
ImageChangeControllerFatalError represents a fatal error while handling an image change.

# Interfaces

BuildStrategy knows how to create a pod spec for a pod which can execute a build.