// makePodKey constructs etcd paths to pod items enforcing namespace rules. func MakePodKey(ctx api.Context, id string) (string, error) { return etcd.MakeEtcdItemKey(ctx, PodPath, id) }
func makeRouteKey(ctx kapi.Context, id string) (string, error) { return kubeetcd.MakeEtcdItemKey(ctx, RoutePath, id) }