# Functions
Available returns a condition that indicates the resource is currently observed to be available for use.
Creating returns a condition that indicates the resource is currently being created.
Deleting returns a condition that indicates the resource is currently being deleted.
ErrorCondition generate error condition for conditionType and error.
NewConditionedStatus returns a stat with the supplied conditions set.
ReadyCondition generate ready condition for conditionType.
ReconcileError returns a condition indicating that Crossplane encountered an error while reconciling the resource.
ReconcileSuccess returns a condition indicating that Crossplane successfully completed the most recent reconciliation of the resource.
Unavailable returns a condition that indicates the resource is not currently available for use.
# Constants
Reasons a resource is or is not ready.
Reasons a resource is or is not ready.
Reasons a resource is or is not ready.
Reasons a resource is or is not synced.
Reasons a resource is or is not synced.
Reasons a resource is or is not ready.
TypeReady resources are believed to be ready to handle work.
TypeSynced resources are believed to be in sync with the Kubernetes resources that manage their lifecycle.
# Structs
A Condition that may apply to a resource.
A ConditionedStatus reflects the observed status of a resource.
# Type aliases
A ConditionReason represents the reason a resource is in a condition.
A ConditionType represents a condition a resource could be in.