prometheus operator v0.93.1
Prometheus.spec.containers[].lifecycle.preStop.sleep.status.shardStatuses
shardStatuses defines the list has one entry per shard. Each entry provides a summary of the shard status.
| Field / Type | Description |
|---|---|
availableReplicas | availableReplicas defines the total number of available pods (ready for at least minReadySeconds) targeted by this shard.
|
replicas | replicas defines the total number of pods targeted by this shard.
|
shardID | shardID defines the identifier of the shard. |
unavailableReplicas | unavailableReplicas defines the Total number of unavailable pods targeted by this shard.
|
updatedReplicas | updatedReplicas defines the total number of non-terminated pods targeted by this shard that have the desired spec.
|