Versions in this module Expand all Collapse all v1 v1.0.6 Sep 13, 2015 v1.0.5 Aug 24, 2015 Changes in this version + var Strategy = sdnStrategy + func MatchNetNamespace(label labels.Selector, field fields.Selector) generic.Matcher + type Registry interface + CreateNetNamespace func(ctx kapi.Context, nn *api.NetNamespace) (*api.NetNamespace, error) + DeleteNetNamespace func(ctx kapi.Context, name string) error + GetNetNamespace func(ctx kapi.Context, name string) (*api.NetNamespace, error) + ListNetNamespaces func(ctx kapi.Context) (*api.NetNamespaceList, error) + func NewRegistry(s Storage) Registry + type Storage interface + Create func(ctx kapi.Context, obj runtime.Object) (runtime.Object, error) + Delete func(ctx kapi.Context, name string, opts *kapi.DeleteOptions) (runtime.Object, error) + Update func(ctx kapi.Context, obj runtime.Object) (runtime.Object, bool, error)