Versions in this module Expand all Collapse all v0 v0.20.0 Jun 24, 2015 Changes in this version + func NewStorage(h tools.EtcdHelper) (*REST, *StatusREST, *FinalizeREST) + type FinalizeREST struct + func (r *FinalizeREST) New() runtime.Object + func (r *FinalizeREST) Update(ctx api.Context, obj runtime.Object) (runtime.Object, bool, error) + type REST struct + func (r *REST) Delete(ctx api.Context, name string, options *api.DeleteOptions) (runtime.Object, error) + type StatusREST struct + func (r *StatusREST) New() runtime.Object + func (r *StatusREST) Update(ctx api.Context, obj runtime.Object) (runtime.Object, bool, error)