ReconcilersStatus is the list of Flux reconcilers and
their statistics grouped by API kind.
apiVersion
string required
APIVersion is the API version of the Flux resource.
kind
string required
Kind is the kind of the Flux resource.
stats
object
Stats is the reconcile statics of the Flux resource kind.
failing
integer required
Failing is the number of reconciled
resources in the Failing state and not Suspended.
running
integer required
Running is the number of reconciled
resources in the Running state.
suspended
integer required
Suspended is the number of reconciled
resources in the Suspended state.
totalSize
string
TotalSize is the total size of the artifacts in storage.