flanksource / is-healthy

Apache License 2.0
0 stars 1 forks source link

Add support for crossplane objects #24

Open moshloop opened 1 month ago

moshloop commented 1 month ago
  conditions:
    - type: Ready
      reason: Available
      status: "True"
    - type: Synced
      reason: ReconcileSuccess
      status: "True"
    - type: LastAsyncOperation
      reason: ApplyFailure
      status: "False"
      message: "apply failed: an existing
        `high_availability.0.standby_availability_zone` can only be changed when
        exchanged with the zone specified in `zone`: "
    - type: AsyncOperation
      reason: Finished
      status: "True"
moshloop commented 1 month ago

https://docs.crossplane.io/latest/concepts/managed-resources/#conditions

moshloop commented 1 week ago

Ready reasons

Sync Condition:

AsyncOperation:

LastAsyncOperation == false) ready: false, use message, (if available == true, then warning, else unhealthy)