Alertmanager.spec.containers[].restartPolicyRules.exitCodes.status
status defines the most recent observed status of the Alertmanager cluster. Read-only. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
| Field / Type | Description |
|---|---|
availableReplicas | availableReplicas defines the total number of available pods (ready for at least minReadySeconds) targeted by this Alertmanager cluster.
|
conditions defines the current state of the Alertmanager object.
| |
paused | paused defines whether any actions on the underlying managed objects are being performed. Only delete actions will be performed. |
replicas | replicas defines the total number of non-terminated pods targeted by this Alertmanager object (their labels match the selector).
|
selector | selector used to match the pods targeted by this Alertmanager object. |
unavailableReplicas | unavailableReplicas defines the total number of unavailable pods targeted by this Alertmanager object.
|
updatedReplicas | updatedReplicas defines the total number of non-terminated pods targeted by this Alertmanager object that have the desired version spec.
|