Versions in this module Expand all Collapse all v0 v0.5.3 May 28, 2015 v0.5.2 May 19, 2015 Changes in this version + var Strategy = sdnStrategy + func MatchHostSubnet(label labels.Selector, field fields.Selector) generic.Matcher + type Registry interface + CreateSubnet func(ctx kapi.Context, hs *api.HostSubnet) (*api.HostSubnet, error) + DeleteSubnet func(ctx kapi.Context, name string) error + GetSubnet func(ctx kapi.Context, name string) (*api.HostSubnet, error) + ListSubnets func(ctx kapi.Context) (*api.HostSubnetList, 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)