Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 2.53 KB

V1BuildStatus.md

File metadata and controls

20 lines (16 loc) · 2.53 KB

V1BuildStatus

Properties

Name Type Description Notes
cancelled bool cancelled describes if a cancel event was triggered for the build. [optional]
completionTimestamp \UniversityOfAdelaide\OpenShift\Model\V1Time completionTimestamp is a timestamp representing the server time when this Build was finished, whether that build failed or succeeded. It reflects the time at which the Pod running the Build terminated. It is represented in RFC3339 form and is in UTC. [optional]
config \UniversityOfAdelaide\OpenShift\Model\V1ObjectReference config is an ObjectReference to the BuildConfig this Build is based on. [optional]
duration int duration contains time.Duration object describing build time. [optional]
message string message is a human-readable message indicating details about why the build has this status. [optional]
output \UniversityOfAdelaide\OpenShift\Model\V1BuildStatusOutput output describes the Docker image the build has produced. [optional]
outputDockerImageReference string outputDockerImageReference contains a reference to the Docker image that will be built by this build. Its value is computed from Build.Spec.Output.To, and should include the registry address, so that it can be used to push and pull the image. [optional]
phase string phase is the point in the build lifecycle. Possible values are "New", "Pending", "Running", "Complete", "Failed", "Error", and "Cancelled".
reason string reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. [optional]
stages \UniversityOfAdelaide\OpenShift\Model\V1StageInfo[] stages contains details about each stage that occurs during the build including start time, duration (in milliseconds), and the steps that occured within each stage. [optional]
startTimestamp \UniversityOfAdelaide\OpenShift\Model\V1Time startTimestamp is a timestamp representing the server time when this Build started running in a Pod. It is represented in RFC3339 form and is in UTC. [optional]

[Back to Model list] [Back to API list] [Back to README]