Versions in this module Expand all Collapse all v0 v0.3.1 Sep 21, 2016 v0.3.0 Sep 13, 2016 Changes in this version + func GetNamespace(req *rest.Request) string + type Health struct + func NewHealth(reporter metrics.Reporter) *Health + func (h *Health) GetHealth(w rest.ResponseWriter, req *rest.Request) error + func (h *Health) Routes(middlewares ...rest.Middleware) []*rest.Route + type Rule struct + func NewRule(m rules.Manager, r metrics.Reporter) *Rule + func (r *Rule) Routes(middlewares ...rest.Middleware) []*rest.Route + type RuleList struct + Revision int64 + Rules []rules.Rule