# 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.
NewConditionedStatus returns a stat with the supplied conditions set.
ReconcileError returns a condition indicating that the provider encountered an error while reconciling the resource.
ReconcilePaused returns a condition that indicates reconciliation on the managed resource is paused via the pause annotation.
ReconcileSuccess returns a condition indicating that the provider 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 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.
A ConfigMapKeySelector is a reference to a configmap key in an arbitrary namespace.
CredentialSelectors provides selectors for extracting credentials.
EnvSelector selects an environment variable.
A Reference to a named object.
A SecretKeySelector is a reference to a secret key in an arbitrary namespace.
# Type aliases
A ConditionReason represents the reason a resource is in a condition.
A ConditionType represents a condition a resource could be in.