wip: remove PolicyOverride from scaling request

This commit is contained in:
Chris Baker
2020-02-03 20:27:28 +00:00
parent 94381c0da8
commit 16472c026a

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