Versions in this module Expand all Collapse all v0 v0.4.0 Jun 23, 2016 Changes in this version + type ControllerStorage struct + Controller *REST + Scale *ScaleREST + Status *StatusREST + func NewStorage(opts generic.RESTOptions) ControllerStorage + type ScaleREST struct + func (r *ScaleREST) Get(ctx api.Context, name string) (runtime.Object, error) + func (r *ScaleREST) New() runtime.Object + func (r *ScaleREST) Update(ctx api.Context, obj runtime.Object) (runtime.Object, bool, error) v0.3.0 Mar 16, 2016 Changes in this version + type StatusREST struct + func (r *StatusREST) New() runtime.Object + func (r *StatusREST) Update(ctx api.Context, obj runtime.Object) (runtime.Object, bool, error) v0.1.0 Oct 25, 2015 Changes in this version + type REST struct + func NewREST(s storage.Interface) *REST