Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + type FakeScaler struct + Events []ScaleEvent + func (t *FakeScaler) Scale(namespace, name string, newSize uint, preconditions *kubectl.ScalePrecondition, ...) error + func (t *FakeScaler) ScaleSimple(namespace, name string, preconditions *kubectl.ScalePrecondition, newSize uint) (string, error) + type ScaleEvent struct + Name string + Size uint