Skip to content

Commit

Permalink
Add docs for builder status conditions
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Kennedy <[email protected]>
  • Loading branch information
tomkennedy513 committed Nov 13, 2023
1 parent 54ca0cd commit b07bfa7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/builders.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,13 @@ version) in the following order:
`paketo-buildpacks/gradle` is a sub-buildpack of `paketo-buildpacks/java`)
1. As a sub-buildpack of any ClusterBuildpacks
1. As a sub-buildpack in the ClusterStore specified in the Builder spec.

### <a id='status'></a>Builder Status Conditions

Builders and ClusterBuilders have two Conditions that represent the overall status of the Builder.

The 'Ready' condition is used to show that the Builder is able to be used in Builds

The 'UpToDate' condition indicates whether the most recent reconcile of the Builder
was successful. When this condition is false, that means that the Builder may not have the
latest Stack or Buildpacks due to ongoing reconcile failures.

0 comments on commit b07bfa7

Please sign in to comment.