prometheus operator v0.93.1

Prometheus.spec.initContainers.readinessProbe.httpGet.httpHeaders.status.shardStatuses

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

5 fields
Prometheus.spec.initContainers.readinessProbe.httpGet.httpHeaders.status.shardStatuses fields and descriptions
Field / TypeDescription
availableReplicas
integer required

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

  • format: int32
replicas
integer required

replicas defines the total number of pods targeted by this shard.

  • format: int32
shardID
string required

shardID defines the identifier of the shard.

unavailableReplicas
integer required

unavailableReplicas defines the Total number of unavailable pods targeted by this shard.

  • format: int32
updatedReplicas
integer required

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

  • format: int32