prometheus operator v0.71.2

PrometheusAgent.spec.initContainers.livenessProbe.tcpSocket.port.status

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
PrometheusAgent.spec.initContainers.livenessProbe.tcpSocket.port.status fields and descriptions
Field / TypeDescription
availableReplicas
integer required

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

  • format: int32
object[]

The current state of the Prometheus deployment.

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

  • format: int32
selector
string

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

object[]

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 is the most recently observed number of shards.

  • format: int32
unavailableReplicas
integer required

Total number of unavailable pods targeted by this Prometheus deployment.

  • format: int32
updatedReplicas
integer required

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

  • format: int32