Constant K8S_JOB_MAX_PARALLEL_PODS
pub const K8S_JOB_MAX_PARALLEL_PODS: &'static str;Expand description
§Description
The max desired number of pods the job should run at any given time
§Notes
This metric aligns with the parallelism field of the
K8s JobSpec
§Metadata
| Instrument: | updowncounter |
| Unit: | {pod} |
| Status: | Development |