# Functions
ParseCurrentPhase attempts to convert a string to a CurrentPhase.
# Constants
CurrentPhaseBuildComplete is a CurrentPhase of type buildComplete.
CurrentPhaseBuilding is a CurrentPhase of type building.
CurrentPhaseFailed is a CurrentPhase of type failed.
CurrentPhasePending is a CurrentPhase of type pending.
CurrentPhaseRunCompleted is a CurrentPhase of type runCompleted.
CurrentPhaseRunning is a CurrentPhase of type running.
# Variables
AddToScheme adds the types in this group-version to the given scheme.
No description provided by the author
GroupVersion is group version used to register these objects.
SchemeBuilder is used to add go types to the GroupVersionKind scheme.
# Structs
Build is the Schema for the builds API.
BuildList contains a list of Build.
No description provided by the author
BuildSpec defines the desired state of Build.
BuildStatus defines the observed state of Build.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Run is the Schema for the runs API.
RunList contains a list of Run.
No description provided by the author
RunSpec defines the desired state of Run.
RunStatus defines the observed state of Run.
No description provided by the author
# Type aliases
swagger:enum CurrentPhase ENUM(pending, building, running, buildComplete, runCompleted, failed).