File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -844,7 +844,9 @@ Providers may define their own custom `Conditions`.
844
844
Condition `Type : Ready` indicates if the external resource is ready to use.
845
845
846
846
The Condition `Type : Ready` and `Status: True` indicates Provider created
847
- the external resource and notified Crossplane it's ready to use.
847
+ the external resource and notified Crossplane it's ready to use. Either the
848
+ external API explicitly indicated the resource is ready or Crossplane appears to
849
+ have successfully created the external resource.
848
850
849
851
{{<hint "important" >}}
850
852
Crossplane doesn't update `Status : True` during a resource update.
@@ -906,7 +908,9 @@ Condition `Type: Synced` indicates Crossplane has checked the status of the mana
906
908
resource with the Provider.
907
909
908
910
The condition `Type : Synced` and `Status: True` means Crossplane successfully
909
- communicated with the Provider on the status of the manged resource.
911
+ communicated with the Provider on the status of the manged resource and synced
912
+ the managed resource's desired state with the observed state of the external
913
+ resource.
910
914
911
915
{{< hint "note" >}}
912
916
`Type : Synced` and `Status: True` only shows success between Crossplane and
You can’t perform that action at this time.
0 commit comments