prometheus operator v0.93.1

Prometheus.spec.initContainers.livenessProbe.exec.command.status

status defines the most recent observed status of the Prometheus cluster. Read-only. More info: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#spec-and-status

9 fields
Prometheus.spec.initContainers.livenessProbe.exec.command.status fields and descriptions
Field / TypeDescription
availableReplicas
integer

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

  • format: int32
object[]

conditions defines the current state of the Prometheus deployment.

  • 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 Prometheus deployment (their labels match the selector).

  • format: int32
selector
string

selector used to match the pods targeted by this Prometheus resource.

object[]

shardStatuses defines the list has one entry per shard. Each entry provides a summary of the shard status.

  • x-kubernetes-list-map-keys: ["shardID"]
  • x-kubernetes-list-type: "map"
shards
integer

shards defines the most recently observed number of shards.

  • format: int32
unavailableReplicas
integer

unavailableReplicas defines the total number of unavailable pods targeted by this Prometheus deployment.

  • format: int32
updatedReplicas
integer

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

  • format: int32