Home
last modified time | relevance | path

Searched defs:TaskGroupScaleStatus (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/nomad/nomad-1.1.0/api/
H A Dscaling.go101 type TaskGroupScaleStatus struct { struct
102 Desired int
103 Placed int
104 Running int
105 Healthy int
106 Unhealthy int
107 Events []ScalingEvent
/dports/sysutils/nomad/nomad-1.1.0/vendor/github.com/hashicorp/nomad/api/
H A Dscaling.go101 type TaskGroupScaleStatus struct { struct
102 Desired int
103 Placed int
104 Running int
105 Healthy int
106 Unhealthy int
107 Events []ScalingEvent
/dports/sysutils/nomad/nomad-1.1.0/nomad/structs/
H A Dstructs.go1369 type TaskGroupScaleStatus struct { struct
1370 Desired int
1371 Placed int
1372 Running int
1373 Healthy int
1374 Unhealthy int
1375 Events []*ScalingEvent