Versions in this module Expand all Collapse all v0 v0.4.0 Jun 23, 2016 v0.3.0 Mar 16, 2016 Changes in this version + var StatusStrategy = rcStatusStrategy v0.1.0 Oct 25, 2015 Changes in this version + var Strategy = rcStrategy + func ControllerToSelectableFields(controller *api.ReplicationController) fields.Set + func MatchController(label labels.Selector, field fields.Selector) generic.Matcher + type Registry interface + CreateController func(ctx api.Context, controller *api.ReplicationController) (*api.ReplicationController, error) + DeleteController func(ctx api.Context, controllerID string) error + GetController func(ctx api.Context, controllerID string) (*api.ReplicationController, error) + ListControllers func(ctx api.Context, label labels.Selector, field fields.Selector) (*api.ReplicationControllerList, error) + UpdateController func(ctx api.Context, controller *api.ReplicationController) (*api.ReplicationController, error) + WatchControllers func(ctx api.Context, label labels.Selector, field fields.Selector, ...) (watch.Interface, error) + func NewRegistry(s rest.StandardStorage) Registry