prometheus operator v0.71.2

Alertmanager.spec.containers[].readinessProbe.exec.command.status

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

6 fields
Alertmanager.spec.containers[].readinessProbe.exec.command.status fields and descriptions
Field / TypeDescription
availableReplicas
integer required

Total number of available pods (ready for at least minReadySeconds) targeted by this Alertmanager cluster.

  • format: int32
object[]

The current state of the Alertmanager object.

  • x-kubernetes-list-map-keys: ["type"]
  • x-kubernetes-list-type: "map"
paused
boolean required

Represents whether any actions on the underlying managed objects are being performed. Only delete actions will be performed.

replicas
integer required

Total number of non-terminated pods targeted by this Alertmanager object (their labels match the selector).

  • format: int32
unavailableReplicas
integer required

Total number of unavailable pods targeted by this Alertmanager object.

  • format: int32
updatedReplicas
integer required

Total number of non-terminated pods targeted by this Alertmanager object that have the desired version spec.

  • format: int32