prometheus operator v0.93.1

Alertmanager.spec.initContainers.lifecycle.preStop.exec.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

7 fields
Alertmanager.spec.initContainers.lifecycle.preStop.exec.status fields and descriptions
Field / TypeDescription
availableReplicas
integer

availableReplicas defines the total number of available pods (ready for at least minReadySeconds) targeted by this Alertmanager cluster.

  • format: int32
object[]

conditions defines the current state of the Alertmanager object.

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

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

replicas
integer

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

  • format: int32
selector
string

selector used to match the pods targeted by this Alertmanager object.

unavailableReplicas
integer

unavailableReplicas defines the total number of unavailable pods targeted by this Alertmanager object.

  • format: int32
updatedReplicas
integer

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

  • format: int32