wip: remove PolicyOverride from scaling request

This commit is contained in:
Chris Baker 2020-02-03 20:27:28 +00:00
parent 024d203267
commit 84953a1ed7

View file

@ -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{}
}