mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
wip: remove PolicyOverride from scaling request
This commit is contained in:
@@ -17,13 +17,15 @@ type ScalingRequest struct {
|
||||
JobID string
|
||||
Value interface{}
|
||||
Reason string
|
||||
Error string
|
||||
WriteRequest
|
||||
PolicyOverride bool
|
||||
// why is PolicyOverride in here? was this a mistake
|
||||
// PolicyOverride bool
|
||||
}
|
||||
|
||||
// ScaleStatusResponse is the payload for a generic scaling action
|
||||
type ScaleStatusResponse struct {
|
||||
JobID string
|
||||
Value interface{}
|
||||
JobModifyIndex uint64
|
||||
Value interface{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user