Versions in this module Expand all Collapse all v0 v0.5.1 May 13, 2015 v0.4.4 Apr 23, 2015 Changes in this version + var Strategy = strategy + func Matcher(label labels.Selector, field fields.Selector) generic.Matcher + func SelectableFields(obj *api.OAuthClient) labels.Set + type Registry interface + CreateClient func(ctx kapi.Context, client *api.OAuthClient) (*api.OAuthClient, error) + DeleteClient func(ctx kapi.Context, name string) error + GetClient func(ctx kapi.Context, name string) (*api.OAuthClient, error) + ListClients func(ctx kapi.Context, selector labels.Selector) (*api.OAuthClientList, error) + UpdateClient func(ctx kapi.Context, client *api.OAuthClient) (*api.OAuthClient, error) + func NewRegistry(s rest.StandardStorage) Registry