Skip to content

Commit

Permalink
Extend BuildRun CRD with Conditions fields
Browse files Browse the repository at this point in the history
This adds support for the CRD to inline with the BuildRun
types changes.
  • Loading branch information
qu1queee committed Nov 10, 2020
1 parent f838c6b commit 556e8c0
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions deploy/crds/build.dev_buildruns_crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,35 @@ spec:
description: CompletionTime is the time the build completed.
format: date-time
type: string
conditions:
description: Conditions
items:
description: Condition defines the required fields for populating
Build controllers Conditions
properties:
lastTransitionTime:
description: LastTransitionTime last time the condition transit
from one status to another.
format: date-time
type: string
message:
description: A human readable message indicating details about
the transition.
type: string
reason:
description: The reason for the condition last transition.
type: string
status:
description: Status of the condition, one of True, False, Unknown.
type: string
type:
description: Type of condition
type: string
required:
- status
- type
type: object
type: array
latestTaskRunRef:
description: PodName is the name of the pod responsible for executing
this task's steps.
Expand Down

0 comments on commit 556e8c0

Please sign in to comment.