Versions in this module Expand all Collapse all v0 v0.19.0 Jun 9, 2015 Changes in this version + var Strategy = endpointsStrategy + func EndpointsAttributes(obj runtime.Object) (objLabels labels.Set, objFields fields.Set, err error) + func MatchEndpoints(label labels.Selector, field fields.Selector) generic.Matcher + type Registry interface + DeleteEndpoints func(ctx api.Context, name string) error + GetEndpoints func(ctx api.Context, name string) (*api.Endpoints, error) + ListEndpoints func(ctx api.Context) (*api.EndpointsList, error) + UpdateEndpoints func(ctx api.Context, e *api.Endpoints) error + WatchEndpoints func(ctx api.Context, labels labels.Selector, field fields.Selector, ...) (watch.Interface, error) + func NewRegistry(s rest.StandardStorage) Registry