From cea5d68d7a64bec5ca61417a460ce4a16292a5b8 Mon Sep 17 00:00:00 2001 From: Tom Kennedy Date: Fri, 3 Nov 2023 13:54:04 -0400 Subject: [PATCH] Add docs for builder status conditions Signed-off-by: Tom Kennedy --- docs/builders.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/builders.md b/docs/builders.md index c407d0129..47cca0071 100644 --- a/docs/builders.md +++ b/docs/builders.md @@ -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. + +### 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. \ No newline at end of file