# Functions
Available returns a condition indicating the resource is currently observed to be available for use.
Creating returns a condition indicating the resource is currently being created.
Deleting returns a condition indicating the resource is currently being deleted.
NewConditionedStatus returns a stat with the supplied conditions set.
ObjectRefFrom returns an *ObjectRef from a client.Object.
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.
ReferencesInvalid returns a condition indicating that some object references are invalid, i.e.
ReferencesValid returns a condition indicating that all object references are valid, i.e.
Unavailable returns a condition indicating 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.
ReasonReferencesExist is the reason that ReferencesValid is true.
Reasons a resource is or is not ready.
TypeReady represents whether the resource has been successfully and completely processed.
TypeReferencesValid indicates whether object references are valid (i.e.
TypeSynced resources are believed to be in sync with the Kubernetes resources that manage their lifecycle.
# Structs
ClusterObjectRef references an object by name, namespace, and cluster.
A Condition that may apply to a resource.
A ConditionedStatus reflects the observed status of a resource.
NamedObjectRef references an object by name and optionally by namespace.
ObjectRef references a namespace-scoped object by name and namespace.
TypedObjectRef references an object by name and namespace and includes its Group, Version, and Kind.
# Interfaces
A Conditioned may have conditions set or retrieved.
# Type aliases
A ConditionReason represents the reason a resource is in a condition.
A ConditionType represents a condition a resource could be in.