wip: remove PolicyOverride from scaling request
This commit is contained in:
parent
024d203267
commit
84953a1ed7
|
@ -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{}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue