mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
the api.ScalingEvent struct was missing the .Count field
This commit is contained in:
@@ -92,6 +92,7 @@ type TaskGroupScaleStatus struct {
|
||||
}
|
||||
|
||||
type ScalingEvent struct {
|
||||
Count *int64
|
||||
Error bool
|
||||
Message string
|
||||
Meta map[string]interface{}
|
||||
|
||||
Reference in New Issue
Block a user