File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
content/v2.0-preview/composition Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -297,8 +297,16 @@ Spec:
297297
298298### Composite resource conditions
299299
300- The conditions of composite resources match the conditions of their composed
301- resources.
300+ A composite resource has two status conditions Synced and Ready.
301+
302+ Crossplane sets the Synced status condition to True when it's able to
303+ successfully reconcile the composite resource. If Crossplane can't reconcile the
304+ composite resource it'll report an error in the Synced condition.
305+
306+ Crossplane sets the Ready status condition to True when the composite resource's
307+ composition function pipeline reports that all of its composed resources are
308+ ready. If a composed resource isn't ready Crossplane will report it in the
309+ Ready condition.
302310
303311## Composite resource labels
304312
You can’t perform that action at this time.
0 commit comments